Skip to content

Commit 1879c2f

Browse files
committed
ci: ignore logs if canceled
1 parent dc94bb9 commit 1879c2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ jobs:
9191
resp=$(spp-cli -a change-me get instruments) && [[ $resp == "[ ]" ]] && echo $resp || (echo $resp && exit 1)
9292
9393
- run: ./gradlew composeLogs
94-
if: ${{ always() }}
94+
if: ${{ !cancelled() }}
9595

9696
- name: Upload docker logs artifact
97-
if: ${{ always() }}
97+
if: ${{ !cancelled() }}
9898
uses: actions/upload-artifact@v3
9999
with:
100100
name: docker-logs

0 commit comments

Comments
 (0)