Limit jobs launched by the crates workflow (#7754)

This commit is contained in:
teor 2023-10-19 23:41:23 +10:00 committed by GitHub
parent 92a074abdf
commit 8c01fecc91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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) }}