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: