Skip to content

Commit

Permalink
Limit jobs launched by the crates workflow (#7754)
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 authored Oct 19, 2023
1 parent 92a074a commit 8c01fec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-build-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}

Expand Down

0 comments on commit 8c01fec

Please sign in to comment.