From 44902910e7baec7b8116ac1fa48a8dd38742b394 Mon Sep 17 00:00:00 2001 From: kt Date: Fri, 8 Mar 2024 09:24:57 -0800 Subject: [PATCH] Update release.yaml to drop release concurrency (#25189) drop from 8 to 4 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9be3d7d92224..3bb3194c6336 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -48,7 +48,7 @@ jobs: signore-client-id: '${{ secrets.SIGNORE_CLIENT_ID }}' signore-client-secret: '${{ secrets.SIGNORE_CLIENT_SECRET }}' with: - goreleaser-release-args: --timeout 2h --verbose --parallelism 8 + goreleaser-release-args: --timeout 2h --verbose --parallelism 4 hc-releases-aws-role-duration-seconds: 7200 release-notes: true setup-go-version: '${{ needs.go-version.outputs.version }}'