We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5df312b commit 8302be2Copy full SHA for 8302be2
.github/workflows/create-release.yml
@@ -414,6 +414,7 @@ jobs:
414
if: ${{ needs.preparation.outputs.polling_type == 'hash' }}
415
needs: preparation
416
strategy:
417
+ max-parallel: 4
418
matrix:
419
stacks: ${{ fromJSON(needs.preparation.outputs.stacks) }}
420
arch: ${{ fromJSON(needs.preparation.outputs.architectures) }}
0 commit comments