Skip to content

Commit

Permalink
Increase parallelism to 12
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Rockwood <[email protected]>
  • Loading branch information
benr committed Feb 21, 2024
1 parent 4b3e388 commit 8db4be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
if: ${{ needs.scoping.outputs.build_list != '[]' }}
strategy:
fail-fast: false
max-parallel: 2
max-parallel: 12
matrix:
provider: ${{ fromJSON(needs.scoping.outputs.build_list) }}
steps:
Expand Down

0 comments on commit 8db4be4

Please sign in to comment.