Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Samson <[email protected]>
  • Loading branch information
sagudev authored Nov 2, 2024
1 parent 536e4e2 commit 20672c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ jobs:
run: exit 0
- name: Mark the job as unsuccessful
run: exit 1
if: ${{ failure() || cancelled() }}
if: ${{ contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') }

0 comments on commit 20672c3

Please sign in to comment.