Skip to content

Commit

Permalink
Have more native builds in parallel
Browse files Browse the repository at this point in the history
Better have some PRs validated than a lot of PRs started.
  • Loading branch information
gsmet committed Mar 9, 2022
1 parent 689a736 commit 668911c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ jobs:
# Ignore the following YAML Schema error
timeout-minutes: ${{matrix.timeout}}
strategy:
max-parallel: 8
max-parallel: 12
fail-fast: false
matrix: ${{ fromJson(needs.calculate-test-jobs.outputs.native_matrix) }}
steps:
Expand Down

0 comments on commit 668911c

Please sign in to comment.