Skip to content

Commit 36f9c1f

Browse files
committed
Do not stop bors on semver check
1 parent 9906599 commit 36f9c1f

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/bors.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -226,12 +226,10 @@ jobs:
226226
name: Semver Linux
227227
needs: build_channels_linux
228228
runs-on: ubuntu-20.04
229+
continue-on-error: true
229230
strategy:
230231
fail-fast: true
231232
steps:
232-
- uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
233-
with:
234-
github_token: "${{ secrets.GITHUB_TOKEN }}"
235233
- uses: actions/checkout@v2
236234
- name: Setup Rust toolchain
237235
# Should update the semverver revision in semver.sh if we touch nightly ver.
@@ -243,12 +241,10 @@ jobs:
243241
name: Semver macOS
244242
needs: build_channels_macos
245243
runs-on: macos-10.15
244+
continue-on-error: true
246245
strategy:
247246
fail-fast: true
248247
steps:
249-
- uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
250-
with:
251-
github_token: "${{ secrets.GITHUB_TOKEN }}"
252248
- uses: actions/checkout@v2
253249
- name: Setup Rust toolchain
254250
# FIXME: Pin nightly version to make semverver compilable.
@@ -291,8 +287,6 @@ jobs:
291287
docker_switch,
292288
build_channels_linux,
293289
build_channels_macos,
294-
semver_linux,
295-
semver_macos,
296290
docs,
297291
]
298292

@@ -313,8 +307,6 @@ jobs:
313307
docker_switch,
314308
build_channels_linux,
315309
build_channels_macos,
316-
semver_linux,
317-
semver_macos,
318310
docs,
319311
]
320312

0 commit comments

Comments
 (0)