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 858af17 + 2ce47a0 commit 1ba626bCopy full SHA for 1ba626b
.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