Skip to content

Commit 2ce47a0

Browse files
committed
CI: Add cancellation support to check-tags job
1 parent 22c15b7 commit 2ce47a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stackhpc-check-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ env:
2323
jobs:
2424
check-tags:
2525
name: Check container image tags
26-
if: inputs.if
26+
if: ${{ inputs.if && ! cancelled() }}
2727
runs-on: arc-skc-aio-runner
2828
permissions: {}
2929
env:

0 commit comments

Comments
 (0)