From c48c8cc87607916ae6ebf989222d8f6775240793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Onuki?= Date: Mon, 20 Nov 2023 13:06:28 -0500 Subject: [PATCH] Decreasing verify instrumentation parallelism (#1599) --- .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..1fd0cbf8c3 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: 7 # GHA's IDE think the line below is broken. It is not. matrix: ${{ fromJson(needs.read-modules.outputs.modules) }} steps: