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 4d4a8b6 commit ef22b65
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 @@ -70,4 +70,4 @@ jobs:
if: success()
- name: Mark the job as unsuccessful
run: exit 1
if: !success()
if: "!success()"

0 comments on commit ef22b65

Please sign in to comment.