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:
flip1995 2020-01-23 15:47:11 +01:00
parent b9580fcef7
commit e59361f723
No known key found for this signature in database
GPG key ID: 693086869D506637

View file

@ -177,6 +177,7 @@ jobs:
needs: changelog
strategy:
fail-fast: false
max-parallel: 6
matrix:
integration:
- 'rust-lang/cargo'