Skip to content

Commit a252ce2

Browse files
committed
Test
1 parent 3bde9d9 commit a252ce2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci_common.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ jobs:
219219
- test-multiple-tags-job2
220220
- test-github-output
221221
runs-on: ubuntu-latest
222+
if: ${{ !cancelled() && !failure() }}
222223
steps:
223224
- name: Simple step
224225
run: |
@@ -251,7 +252,7 @@ jobs:
251252
needs:
252253
- build
253254
- checks-succeeded
254-
if: ${{ inputs.release == true }}
255+
if: ${{ !cancelled() && !failure() && inputs.release == true }}
255256
env:
256257
VERSION: ${{ needs.build.outputs.version }}
257258
VERSION_SHORT: ${{ needs.build.outputs.version_short }}

0 commit comments

Comments
 (0)