From 288c1e481fd541dd2dab8d2f0749460889ba53c2 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Thu, 2 Apr 2026 04:36:04 +0000 Subject: [PATCH] Updating github-config --- .github/workflows/create-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 5f983dea..a6f5760c 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -439,7 +439,7 @@ jobs: if: ${{ needs.preparation.outputs.polling_type == 'hash' }} needs: preparation strategy: - max-parallel: 4 + max-parallel: 2 matrix: stacks: ${{ fromJSON(needs.preparation.outputs.stacks) }} arch: ${{ fromJSON(needs.preparation.outputs.architectures) }}