Skip to content

Commit

Permalink
ci: do not use internal worker for release job
Browse files Browse the repository at this point in the history
  • Loading branch information
GGabriele committed Jul 1, 2024
1 parent aaa7e0f commit 4fbb49b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
goreleaser:
timeout-minutes: ${{ fromJSON(vars.GHA_DEFAULT_TIMEOUT) }}
runs-on: ubuntu-latest-kong
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -35,7 +35,7 @@ jobs:

build-push-images:
timeout-minutes: 120
runs-on: ubuntu-latest-kong
runs-on: ubuntu-latest
steps:
- name: Add standard tags
run: |
Expand Down

0 comments on commit 4fbb49b

Please sign in to comment.