Skip to content

Commit

Permalink
GHA: drop duplicate logs upload step
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Apr 30, 2024
1 parent 445d65c commit e1bc554
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/orquesta-integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,12 +211,6 @@ jobs:
set -e
echo "Failed after ${MAX_ATTEMPTS} attempts, failing the job."
exit 1
- name: Upload StackStorm services Logs
#if: ${{ failure() }}
uses: actions/upload-artifact@v4
with:
name: logs
path: logs/
- name: Compress Service Logs Before upload
if: ${{ failure() }}
run: |
Expand Down

0 comments on commit e1bc554

Please sign in to comment.