We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef22b65 commit 536e4e2Copy full SHA for 536e4e2
.github/workflows/rust.yml
@@ -67,7 +67,6 @@ jobs:
67
steps:
68
- name: Mark the job as successful
69
run: exit 0
70
- if: success()
71
- name: Mark the job as unsuccessful
72
run: exit 1
73
- if: "!success()"
+ if: ${{ failure() || cancelled() }}
0 commit comments