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.
2 parents a4c43ed + bc2f54e commit 7873968Copy full SHA for 7873968
.github/workflows/stackhpc-container-image-build.yml
@@ -325,7 +325,7 @@ jobs:
325
326
- name: Fail when images failed to push
327
run: if [ $(wc -l < image-build-logs/push-failed-images.txt) -gt 0 ]; then cat image-build-logs/push-failed-images.txt && exit 1; fi
328
- if: ${{ !cancelled() }}
+ if: ${{ inputs.push && !cancelled() }}
329
330
# NOTE(seunghun1ee): Currently we want to mark the job fail only when critical CVEs are detected.
331
# This can be used again instead of "Fail when critical vulnerabilities are found" when it's
0 commit comments