Skip to content

Commit

Permalink
change runner to use self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
nspmx committed Oct 9, 2024
1 parent c748e6a commit c2b3e34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/google-registry-gke-playground.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ env:
jobs:
build:
environment: playground
runs-on: self-hosted-dw
runs-on: self-hosted
# runs-on: ubuntu-latest
if: ${{ !contains(github.event.head_commit.message, '#update') }}
steps:
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
deploy:
needs: build
environment: playground
runs-on: self-hosted-dw
runs-on: self-hosted
# runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
update:
environment: playground
runs-on: self-hosted-dw
runs-on: self-hosted
# runs-on: ubuntu-latest
if: ${{ contains(github.event.head_commit.message, '#update') }}
steps:
Expand Down

0 comments on commit c2b3e34

Please sign in to comment.