diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index fa9320c3..63cbb803 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -414,6 +414,7 @@ jobs: if: ${{ needs.preparation.outputs.polling_type == 'hash' }} needs: preparation strategy: + max-parallel: 4 matrix: stacks: ${{ fromJSON(needs.preparation.outputs.stacks) }} arch: ${{ fromJSON(needs.preparation.outputs.architectures) }}