Skip to content

Commit 09d5449

Browse files
authored
Don't gate bors on mdbook-linkcheck
1 parent 0304c4e commit 09d5449

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
name: bors build finished
117117
if: success()
118118
runs-on: ubuntu-latest
119-
needs: [test, fmt, mdbook-linkcheck]
119+
needs: [test, fmt]
120120

121121
steps:
122122
- name: Mark the job as successful
@@ -126,7 +126,7 @@ jobs:
126126
name: bors build finished
127127
if: "!success()"
128128
runs-on: ubuntu-latest
129-
needs: [test, fmt, mdbook-linkcheck]
129+
needs: [test, fmt]
130130

131131
steps:
132132
- name: Mark the job as a failure

0 commit comments

Comments
 (0)