We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d4a8b6 commit ef22b65Copy full SHA for ef22b65
.github/workflows/rust.yml
@@ -70,4 +70,4 @@ jobs:
70
if: success()
71
- name: Mark the job as unsuccessful
72
run: exit 1
73
- if: !success()
+ if: "!success()"
0 commit comments