Skip to content

Commit 20672c3

Browse files
authored
Update rust.yml
Signed-off-by: Samson <16504129+sagudev@users.noreply.github.com>
1 parent 536e4e2 commit 20672c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ jobs:
6969
run: exit 0
7070
- name: Mark the job as unsuccessful
7171
run: exit 1
72-
if: ${{ failure() || cancelled() }}
72+
if: ${{ contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') }

0 commit comments

Comments
 (0)