Skip to content

Commit fde7603

Browse files
authored
Reduce max-parallel from 4 to 2 in release workflow (#1332)
1 parent 7374770 commit fde7603

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ jobs:
439439
if: ${{ needs.preparation.outputs.polling_type == 'hash' }}
440440
needs: preparation
441441
strategy:
442-
max-parallel: 4
442+
max-parallel: 2
443443
matrix:
444444
stacks: ${{ fromJSON(needs.preparation.outputs.stacks) }}
445445
arch: ${{ fromJSON(needs.preparation.outputs.architectures) }}

0 commit comments

Comments
 (0)