We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63889b0 commit 93555d7Copy full SHA for 93555d7
.github/workflows/stackhpc-container-image-build.yml
@@ -260,6 +260,7 @@ jobs:
260
261
- name: Move image scan logs to output artifact
262
run: mv image-scan-output image-build-logs/image-scan-output
263
+ if: ${{ !cancelled() }}
264
265
- name: Fail if any images have critical vulnerabilities
266
run: if [ $(wc -l < image-build-logs/image-scan-output/critical-images.txt) -gt 0 ]; then exit 1; fi
0 commit comments