We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 536e4e2 commit 20672c3Copy full SHA for 20672c3
.github/workflows/rust.yml
@@ -69,4 +69,4 @@ jobs:
69
run: exit 0
70
- name: Mark the job as unsuccessful
71
run: exit 1
72
- if: ${{ failure() || cancelled() }}
+ if: ${{ contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') }
0 commit comments