File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
pre-release-checks :
23
23
name : ' 🚦 Pre-release Validation'
24
24
runs-on : ubuntu-22.04-arm-4c-l
25
- timeout-minutes : 60
25
+ timeout-minutes : 120
26
26
steps :
27
27
- name : Harden Runner
28
28
uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
76
76
gpg-private-key : ' ${{ secrets.GPG_PRIVATE_KEY }}' # Your GPG private key
77
77
gpg-private-key-passphrase : ' ${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }}' # Passphrase for your GPG key, if applicable
78
78
with :
79
- goreleaser-release-args : --verbose --parallelism 2 --timeout 120m0s # parallelism set to match the number of free cores on the runner
79
+ goreleaser-release-args : --verbose --parallelism 1 --timeout 120m0s # parallelism set to match the number of free cores on the runner
80
80
81
81
release-notes : false
82
82
setup-go-version : ' 1.22.5'
You can’t perform that action at this time.
0 commit comments