File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -226,12 +226,10 @@ jobs:
226
226
name : Semver Linux
227
227
needs : build_channels_linux
228
228
runs-on : ubuntu-20.04
229
+ continue-on-error : true
229
230
strategy :
230
231
fail-fast : true
231
232
steps :
232
- - uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
233
- with :
234
- github_token : " ${{ secrets.GITHUB_TOKEN }}"
235
233
- uses : actions/checkout@v2
236
234
- name : Setup Rust toolchain
237
235
# Should update the semverver revision in semver.sh if we touch nightly ver.
@@ -243,12 +241,10 @@ jobs:
243
241
name : Semver macOS
244
242
needs : build_channels_macos
245
243
runs-on : macos-10.15
244
+ continue-on-error : true
246
245
strategy :
247
246
fail-fast : true
248
247
steps :
249
- - uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
250
- with :
251
- github_token : " ${{ secrets.GITHUB_TOKEN }}"
252
248
- uses : actions/checkout@v2
253
249
- name : Setup Rust toolchain
254
250
# FIXME: Pin nightly version to make semverver compilable.
@@ -291,8 +287,6 @@ jobs:
291
287
docker_switch,
292
288
build_channels_linux,
293
289
build_channels_macos,
294
- semver_linux,
295
- semver_macos,
296
290
docs,
297
291
]
298
292
@@ -313,8 +307,6 @@ jobs:
313
307
docker_switch,
314
308
build_channels_linux,
315
309
build_channels_macos,
316
- semver_linux,
317
- semver_macos,
318
310
docs,
319
311
]
320
312
You can’t perform that action at this time.
0 commit comments