Skip to content

Commit

Permalink
update Intel_Parallelworks_CI.yaml to allow for up to 17 concurrent c…
Browse files Browse the repository at this point in the history
…ompiles.
  • Loading branch information
laurenchilutti committed Apr 24, 2024
1 parent 7b25873 commit 9a31076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Intel_Parallelworks_CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
needs: [checkout]
strategy:
fail-fast: true
max-parallel: 3
max-parallel: 17
matrix:
runscript: [/contrib/fv3/SHiELD_build_CI/compile.sh]
config: [shield, solo]
Expand Down

0 comments on commit 9a31076

Please sign in to comment.