Skip to content

Commit b031c36

Browse files
committed
Limit to 10 parallel matrix exectuion
1 parent efbea94 commit b031c36

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/NativePipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@ jobs:
465465
runs-on: ubuntu-22.04
466466
timeout-minutes: 60
467467
strategy:
468+
max-parallel: 10
468469
matrix:
469470
widget: ${{ fromJson(needs.scope.outputs.widgets) }}
470471
fail-fast: false
@@ -585,6 +586,7 @@ jobs:
585586
runs-on: macos-15
586587
timeout-minutes: 60
587588
strategy:
589+
max-parallel: 10
588590
matrix:
589591
widget: ${{ fromJson(needs.scope.outputs.widgets) }}
590592
fail-fast: false

0 commit comments

Comments
 (0)