Skip to content

Commit

Permalink
Decreasing verify instrumentation parallelism (#1599)
Browse files Browse the repository at this point in the history
  • Loading branch information
meiao authored Nov 20, 2023
1 parent 4afb95c commit c48c8cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/X-Reusable-VerifyInstrumentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c48c8cc

Please sign in to comment.