Skip to content

Commit

Permalink
Use self-hosted runners for gorelease (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Apr 23, 2024
1 parent ea2cb21 commit dd72533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/shared-go-auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
description: "Overrides job runs-on setting (json-encoded list)"
type: string
required: false
default: '["ubuntu-latest"]'
default: 'self-hosted-large'
prerelease:
description: "Boolean indicating whether this release should be a prerelease"
required: false
Expand Down Expand Up @@ -185,4 +185,4 @@ jobs:
publish: ${{ inputs.publish }}
prerelease: ${{ inputs.prerelease }}
summary-enabled: ${{ inputs.summary-enabled }}
secrets: inherit
secrets: inherit

0 comments on commit dd72533

Please sign in to comment.