File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 85
85
style_check :
86
86
name : Style check
87
87
runs-on : ubuntu-20.04
88
- strategy :
89
- fail-fast : true
90
88
steps :
91
89
- uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
92
90
with :
@@ -155,8 +153,6 @@ jobs:
155
153
name : Docker Switch
156
154
needs : [docker_linux_tier1, style_check]
157
155
runs-on : ubuntu-20.04
158
- strategy :
159
- fail-fast : true
160
156
steps :
161
157
- uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
162
158
with :
@@ -232,8 +228,6 @@ jobs:
232
228
needs : build_channels_linux
233
229
runs-on : ubuntu-20.04
234
230
continue-on-error : true
235
- strategy :
236
- fail-fast : true
237
231
steps :
238
232
- uses : actions/checkout@v2
239
233
- name : Setup Rust toolchain
@@ -247,8 +241,6 @@ jobs:
247
241
needs : build_channels_macos
248
242
runs-on : macos-10.15
249
243
continue-on-error : true
250
- strategy :
251
- fail-fast : true
252
244
steps :
253
245
- uses : actions/checkout@v2
254
246
- name : Setup Rust toolchain
@@ -261,8 +253,6 @@ jobs:
261
253
name : Generate documentation
262
254
runs-on : ubuntu-20.04
263
255
needs : docker_linux_tier2
264
- strategy :
265
- fail-fast : true
266
256
steps :
267
257
- uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
268
258
with :
Original file line number Diff line number Diff line change 77
77
style_check :
78
78
name : Style check
79
79
runs-on : ubuntu-20.04
80
- strategy :
81
- fail-fast : true
82
80
steps :
83
81
- uses : actions/checkout@v2
84
82
- name : Setup Rust toolchain
You can’t perform that action at this time.
0 commit comments