Skip to content

Commit

Permalink
ci: use large runner for release
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Aug 16, 2024
1 parent 9d6d0ec commit f8cc249
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ jobs:
run: |
echo "${{ github.ref }}"
check-goreleaser:
if: ${{ github.event.inputs.skip_checks != 'true' }}
runs-on: ${{ vars.RELEASE_RUNNER }}
steps:
- uses: actions/checkout@v4
- name: Release build dry-run
run: |
make release-dry-run
check-changelog:
needs:
- check_branch
Expand Down Expand Up @@ -115,7 +124,8 @@ jobs:
- check-changelog
- check-upgrade-handler-updated
- check_branch
runs-on: ubuntu-22.04
- check-goreleaser
runs-on: ${{ vars.RELEASE_RUNNER }}
timeout-minutes: 60
environment: release
steps:
Expand Down

0 comments on commit f8cc249

Please sign in to comment.