Skip to content

Commit c4453d9

Browse files
authored
Adding a max parallel to matrix for reducing the amount of concurent jobs (#1302)
1 parent f7eac9f commit c4453d9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

stack/.github/workflows/create-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ jobs:
414414
if: ${{ needs.preparation.outputs.polling_type == 'hash' }}
415415
needs: preparation
416416
strategy:
417+
max-parallel: 4
417418
matrix:
418419
stacks: ${{ fromJSON(needs.preparation.outputs.stacks) }}
419420
arch: ${{ fromJSON(needs.preparation.outputs.architectures) }}

0 commit comments

Comments
 (0)