mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-16 17:03:35 +00:00
Limit parallel jobs on try/r+ runs
Rate limit of 60 applies org wide, let's not spam. Thanks pietroalbini for the hint
This commit is contained in:
parent
b9580fcef7
commit
e59361f723
1
.github/workflows/clippy_bors.yml
vendored
1
.github/workflows/clippy_bors.yml
vendored
@ -177,6 +177,7 @@ jobs:
|
||||
needs: changelog
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 6
|
||||
matrix:
|
||||
integration:
|
||||
- 'rust-lang/cargo'
|
||||
|
Loading…
Reference in New Issue
Block a user