We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bde9d9 commit 8067715Copy full SHA for 8067715
1 file changed
.github/workflows/ci_common.yml
@@ -219,6 +219,7 @@ jobs:
219
- test-multiple-tags-job2
220
- test-github-output
221
runs-on: ubuntu-latest
222
+ if: ${{ !cancelled() && !failure() }}
223
steps:
224
- name: Simple step
225
run: |
0 commit comments