Limit jobs launched by the crates workflow (#7754)
This commit is contained in:
parent
92a074abdf
commit
8c01fecc91
|
@ -103,6 +103,8 @@ jobs:
|
|||
needs: [ matrix, check-matrix ]
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
# avoid rate-limit errors by only launching a few of these jobs at a time
|
||||
max-parallel: 2
|
||||
fail-fast: true
|
||||
matrix: ${{ fromJson(needs.matrix.outputs.matrix) }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue