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:
parent
5e746bca91
commit
7a1e17ee8e
2
.github/workflows/client-build.yml
vendored
2
.github/workflows/client-build.yml
vendored
|
|
@ -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 ||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user