Skip to content

Commit

Permalink
Updates timeout on goreleaser to 150m
Browse files Browse the repository at this point in the history
  • Loading branch information
kpitzen committed Feb 2, 2023
1 parent 2977f69 commit f1d40dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
args: -p 1 -f .goreleaser.prerelease.yml --rm-dist --skip-validate --timeout
120m0s
150m0s
version: latest
- if: failure() && github.event_name == 'push'
name: Notify Slack
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
args: -p 1 -f .goreleaser.prerelease.yml --rm-dist --skip-validate --timeout
120m0s
150m0s
version: latest
- if: failure() && github.event_name == 'push'
name: Notify Slack
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
args: -p 1 -f .goreleaser.prerelease.yml --rm-dist --skip-validate --timeout
120m0s
150m0s
version: latest
- if: failure() && github.event_name == 'push'
name: Notify Slack
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
args: -p 1 release --rm-dist --timeout 120m0s
args: -p 1 release --rm-dist --timeout 150m0s
version: latest
- if: failure() && github.event_name == 'push'
name: Notify Slack
Expand Down

0 comments on commit f1d40dc

Please sign in to comment.