Skip to content

Commit ad87810

Browse files
committed
ci: ignore logs if canceled
1 parent 41dfd7a commit ad87810

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,10 +241,10 @@ jobs:
241241
path: ./spp-cli-linux64.zip
242242

243243
- run: ./gradlew composeLogs
244-
if: ${{ always() }}
244+
if: ${{ !cancelled() }}
245245

246246
- name: Upload docker logs artifact
247-
if: ${{ always() }}
247+
if: ${{ !cancelled() }}
248248
uses: actions/upload-artifact@v3
249249
with:
250250
name: docker-logs

0 commit comments

Comments
 (0)