Skip to content

Commit

Permalink
Update release.yaml to drop release concurrency (#25189)
Browse files Browse the repository at this point in the history
drop from 8 to 4
  • Loading branch information
katbyte committed Mar 8, 2024
1 parent 2b74243 commit 4490291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'
Expand Down

0 comments on commit 4490291

Please sign in to comment.