From 668911c16a491cbb98fc52bc7f20965c24200af0 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Wed, 9 Mar 2022 11:23:18 +0100 Subject: [PATCH] Have more native builds in parallel Better have some PRs validated than a lot of PRs started. --- .github/workflows/ci-actions-incremental.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-actions-incremental.yml b/.github/workflows/ci-actions-incremental.yml index f88414bc35179..4933c9a3c47a1 100644 --- a/.github/workflows/ci-actions-incremental.yml +++ b/.github/workflows/ci-actions-incremental.yml @@ -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: