From 9a6b5baa069c7cf0eb4def040db8ecd5f767f755 Mon Sep 17 00:00:00 2001 From: Patrick Juen Date: Fri, 7 Jun 2024 16:48:05 +0800 Subject: [PATCH] use default github action runner to save credits --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index aa0fc098..247a4eed 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ env: jobs: build: name: Build docker images - runs-on: gha-runner-set + runs-on: ubuntu-latest permissions: contents: 'read' id-token: 'write' @@ -83,7 +83,7 @@ jobs: deploy: name: Deploy to GKE - runs-on: gha-runner-set + runs-on: ubuntu-latest needs: build permissions: contents: 'read'