Skip to content

Commit e84adf6

Browse files
committed
Do not block semver check on bors
1 parent 21b4fcf commit e84adf6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/bors.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ jobs:
228228

229229
semver_linux:
230230
name: Semver Linux
231-
needs: build_channels_linux
232231
runs-on: ubuntu-20.04
233232
continue-on-error: true
234233
steps:
@@ -241,7 +240,6 @@ jobs:
241240

242241
semver_macos:
243242
name: Semver macOS
244-
needs: build_channels_macos
245243
runs-on: macos-10.15
246244
continue-on-error: true
247245
steps:

0 commit comments

Comments
 (0)