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 22c15b7 commit 2ce47a0Copy full SHA for 2ce47a0
.github/workflows/stackhpc-check-tags.yml
@@ -23,7 +23,7 @@ env:
23
jobs:
24
check-tags:
25
name: Check container image tags
26
- if: inputs.if
+ if: ${{ inputs.if && ! cancelled() }}
27
runs-on: arc-skc-aio-runner
28
permissions: {}
29
env:
0 commit comments