Skip to content

Commit 8d1e233

Browse files
committed
Limit parallel jobs on try/r+ runs
Rate limit of 60 applies org wide, let's not spam. Thanks pietroalbini for the hint
1 parent c36f9b0 commit 8d1e233

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/clippy_bors.yml

+8-7
Original file line numberDiff line numberDiff line change
@@ -177,23 +177,24 @@ jobs:
177177
needs: changelog
178178
strategy:
179179
fail-fast: false
180+
max-parallel: 6
180181
matrix:
181182
integration:
182-
- 'rust-lang/rls'
183183
- 'rust-lang/cargo'
184+
- 'rust-lang/rls'
184185
- 'rust-lang/chalk'
185-
- 'Geal/nom'
186186
- 'rust-lang/rustfmt'
187-
- 'hyperium/hyper'
188-
- 'rust-itertools/itertools'
189-
- 'serde-rs/serde'
187+
- 'Marwes/combine'
188+
- 'Geal/nom'
190189
- 'rust-lang/stdarch'
190+
- 'serde-rs/serde'
191+
- 'hyperium/hyper'
191192
- 'rust-random/rand'
192193
- 'rust-lang/futures-rs'
193-
- 'Marwes/combine'
194+
- 'chronotope/chrono'
195+
- 'rust-itertools/itertools'
194196
- 'rust-lang-nursery/failure'
195197
- 'rust-lang/log'
196-
- 'chronotope/chrono'
197198

198199
runs-on: ubuntu-latest
199200

0 commit comments

Comments
 (0)