Skip to content

Commit

Permalink
ci: limit gcp parallel builds on release. (#681)
Browse files Browse the repository at this point in the history
limit gcp parallel builds on release.
  • Loading branch information
tjholm authored Sep 15, 2024
1 parent aa5803c commit 42c1e48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
with:
# either 'goreleaser' (default) or 'goreleaser-pro':
distribution: goreleaser
args: release --clean
# Limit the number of parallel builds to prevent build crashes
args: release --clean -p 1
workdir: cloud/gcp
version: '~> v1'
env:
Expand Down

0 comments on commit 42c1e48

Please sign in to comment.