Skip to content

Commit

Permalink
Update google-registry-gke-playground.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nspmx authored Oct 9, 2024
1 parent 784ee49 commit 5f08503
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/google-registry-gke-playground.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ env:
jobs:
build:
environment: playground
runs-on: ubuntu-latest
# runs-on: self-hosted
runs-on: self-hosted
# runs-on: ubuntu-latest
if: ${{ !contains(github.event.head_commit.message, '#update') }}
steps:
- name: Checkout
Expand Down Expand Up @@ -124,8 +124,8 @@ jobs:
deploy:
needs: build
environment: playground
runs-on: ubuntu-latest
# runs-on: self-hosted
runs-on: self-hosted
# runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -167,9 +167,9 @@ jobs:
${{ env.GKE_APP_NAME }} --values=./helm/playground.yaml ./helm
update:
runs-on: ubuntu-latest
environment: playground
# runs-on: self-hosted
runs-on: self-hosted
# runs-on: ubuntu-latest
if: ${{ contains(github.event.head_commit.message, '#update') }}
steps:
- name: Checkout
Expand Down

0 comments on commit 5f08503

Please sign in to comment.