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 1df660b commit d269f1cCopy full SHA for d269f1c
.github/workflows/build.yml
@@ -1137,6 +1137,6 @@ jobs:
1137
runs-on: ubuntu-24.04
1138
steps:
1139
- name: Check for failures
1140
- if: contains(needs.*.result, 'failure')
+ if: cancelled() || contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled')
1141
run: |
1142
echo "One of the dependent jobs have failed. You may need to re-run it." && exit 1
0 commit comments