Skip to content

Commit

Permalink
Specify timeout on release jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
LKaemmerling committed Mar 10, 2021
1 parent 3bbc2bd commit 6c04c99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release_on_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
release-cli:
runs-on: macos-latest
timeout-minutes: 360
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -34,9 +35,10 @@ jobs:
gpg-private-key: ${{ secrets.GPG_KEY }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
timeout-minutes: 340
with:
version: latest
args: release --rm-dist --skip-validate --parallelism=1
args: release --rm-dist --skip-validate --parallelism=2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HC_APPLE_DEVELOPER_USER: ${{ secrets.HC_APPLE_DEVELOPER_USER }}
Expand Down

0 comments on commit 6c04c99

Please sign in to comment.