Skip to content

Commit e59361f

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 b9580fc commit e59361f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/clippy_bors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ jobs:
177177
needs: changelog
178178
strategy:
179179
fail-fast: false
180+
max-parallel: 6
180181
matrix:
181182
integration:
182183
- 'rust-lang/cargo'

0 commit comments

Comments
 (0)