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 dc94bb9 commit 1879c2fCopy full SHA for 1879c2f
.github/workflows/e2e.yml
@@ -91,10 +91,10 @@ jobs:
91
resp=$(spp-cli -a change-me get instruments) && [[ $resp == "[ ]" ]] && echo $resp || (echo $resp && exit 1)
92
93
- run: ./gradlew composeLogs
94
- if: ${{ always() }}
+ if: ${{ !cancelled() }}
95
96
- name: Upload docker logs artifact
97
98
uses: actions/upload-artifact@v3
99
with:
100
name: docker-logs
0 commit comments