We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23dd0e8 commit 5ccd73aCopy full SHA for 5ccd73a
.github/workflows/analysis.yml
@@ -86,6 +86,6 @@ jobs:
86
if: always()
87
runs-on: ubuntu-24.04
88
steps:
89
- - if: contains(needs.*.result, 'failure')||contains(needs.*.result, 'failure')
+ - if: contains(needs.*.result, 'failure')||contains(needs.*.result, 'canceled')
90
run: echo "At least one job has failed." && exit 1
91
- run: echo "Success!"
.github/workflows/pr-open.yml
@@ -53,6 +53,6 @@ jobs:
53
54
55
56
57
58
0 commit comments