Skip to content

Commit

Permalink
Limit workflow parallelism
Browse files Browse the repository at this point in the history
This works around GHA issues with a lot of parallel jobs across
workflows.
  • Loading branch information
lloeki committed Sep 4, 2024
1 parent 0d795a1 commit b40032a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
needs: matrix
strategy:
fail-fast: false
max-parallel: 8
matrix:
spec: ${{ fromJSON(needs.matrix.outputs.matrix) }}
uses: ./.github/workflows/unit-test-spec.yml
Expand Down

0 comments on commit b40032a

Please sign in to comment.