We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41dfd7a commit ad87810Copy full SHA for ad87810
.github/workflows/build.yml
@@ -241,10 +241,10 @@ jobs:
241
path: ./spp-cli-linux64.zip
242
243
- run: ./gradlew composeLogs
244
- if: ${{ always() }}
+ if: ${{ !cancelled() }}
245
246
- name: Upload docker logs artifact
247
248
uses: actions/upload-artifact@v3
249
with:
250
name: docker-logs
0 commit comments