Skip to content

Commit 536e4e2

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/rust.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ jobs:
6767
steps:
6868
- name: Mark the job as successful
6969
run: exit 0
70-
if: success()
7170
- name: Mark the job as unsuccessful
7271
run: exit 1
73-
if: "!success()"
72+
if: ${{ failure() || cancelled() }}

0 commit comments

Comments
 (0)