From 363422f307f3c56032da624149de875c0a36090b Mon Sep 17 00:00:00 2001 From: Andre Onuki Date: Mon, 20 Nov 2023 08:54:58 -0500 Subject: [PATCH] Decreasing verify instrumentation parallelism --- .github/workflows/X-Reusable-VerifyInstrumentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/X-Reusable-VerifyInstrumentation.yml b/.github/workflows/X-Reusable-VerifyInstrumentation.yml index 521fd9dbe7..67957bdb6c 100644 --- a/.github/workflows/X-Reusable-VerifyInstrumentation.yml +++ b/.github/workflows/X-Reusable-VerifyInstrumentation.yml @@ -52,6 +52,7 @@ jobs: needs: read-modules strategy: fail-fast: false + max-parallel: 10 # GHA's IDE think the line below is broken. It is not. matrix: ${{ fromJson(needs.read-modules.outputs.modules) }} steps: