Skip to content

Commit 6568dac

Browse files
committed
Auto merge of #2285 - JohnTitor:tweak-gha, r=JohnTitor
GHA: Remove unnecessary config Some `fail-fast: true`s are unnecessary as we don't have any matrix there. r? `@ghost`
2 parents 480ba68 + 47141e7 commit 6568dac

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.github/workflows/bors.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ jobs:
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:

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ jobs:
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

0 commit comments

Comments
 (0)