From 5f08503bcab51ff45a0b53dbfefdf700c62dfc73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20P=C3=A9rez=20Mundaca?= <53226333+nspmx@users.noreply.github.com> Date: Wed, 9 Oct 2024 18:02:06 -0300 Subject: [PATCH] Update google-registry-gke-playground.yaml --- .../workflows/google-registry-gke-playground.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/google-registry-gke-playground.yaml b/.github/workflows/google-registry-gke-playground.yaml index 2ae1b42..846ac0a 100644 --- a/.github/workflows/google-registry-gke-playground.yaml +++ b/.github/workflows/google-registry-gke-playground.yaml @@ -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 @@ -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 @@ -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