ci: Use a variable for client runner (#30787)

We should be able to switch back-and-forth faster with this.
This commit is contained in:
Shrikant Sharat Kandula 2024-01-31 14:47:59 +05:30 committed by GitHub
parent 5e746bca91
commit 7a1e17ee8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ||