From 7a1e17ee8ee0b2d4bf41c3fdd9adaea4c5f0d2dc Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Kandula Date: Wed, 31 Jan 2024 14:47:59 +0530 Subject: [PATCH] ci: Use a variable for client runner (#30787) We should be able to switch back-and-forth faster with this. --- .github/workflows/client-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/client-build.yml b/.github/workflows/client-build.yml index 8c2b03b615..da8cf44b31 100644 --- a/.github/workflows/client-build.yml +++ b/.github/workflows/client-build.yml @@ -34,7 +34,7 @@ defaults: jobs: client-build: - runs-on: ubuntu-latest-8-cores + runs-on: ${{ vars.RUNNER_CLIENT_BUILD }} # Only run this workflow for internally triggered events if: | github.event.pull_request.head.repo.full_name == github.repository ||