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 8585 style_check :
8686 name : Style check
8787 runs-on : ubuntu-20.04
88- strategy :
89- fail-fast : true
9088 steps :
9189 - uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
9290 with :
@@ -155,8 +153,6 @@ jobs:
155153 name : Docker Switch
156154 needs : [docker_linux_tier1, style_check]
157155 runs-on : ubuntu-20.04
158- strategy :
159- fail-fast : true
160156 steps :
161157 - uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
162158 with :
@@ -232,8 +228,6 @@ jobs:
232228 needs : build_channels_linux
233229 runs-on : ubuntu-20.04
234230 continue-on-error : true
235- strategy :
236- fail-fast : true
237231 steps :
238232 - uses : actions/checkout@v2
239233 - name : Setup Rust toolchain
@@ -247,8 +241,6 @@ jobs:
247241 needs : build_channels_macos
248242 runs-on : macos-10.15
249243 continue-on-error : true
250- strategy :
251- fail-fast : true
252244 steps :
253245 - uses : actions/checkout@v2
254246 - name : Setup Rust toolchain
@@ -261,8 +253,6 @@ jobs:
261253 name : Generate documentation
262254 runs-on : ubuntu-20.04
263255 needs : docker_linux_tier2
264- strategy :
265- fail-fast : true
266256 steps :
267257 - uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
268258 with :
Original file line number Diff line number Diff line change 7777 style_check :
7878 name : Style check
7979 runs-on : ubuntu-20.04
80- strategy :
81- fail-fast : true
8280 steps :
8381 - uses : actions/checkout@v2
8482 - name : Setup Rust toolchain
You can’t perform that action at this time.
0 commit comments