We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0304c4e commit 09d5449Copy full SHA for 09d5449
.github/workflows/ci.yml
@@ -116,7 +116,7 @@ jobs:
116
name: bors build finished
117
if: success()
118
runs-on: ubuntu-latest
119
- needs: [test, fmt, mdbook-linkcheck]
+ needs: [test, fmt]
120
121
steps:
122
- name: Mark the job as successful
@@ -126,7 +126,7 @@ jobs:
126
127
if: "!success()"
128
129
130
131
132
- name: Mark the job as a failure
0 commit comments