chore: standardize GitHub Actions runs-on expression#2
Open
enderdincer wants to merge 1 commit into
Open
Conversation
enderdincer
marked this pull request as ready for review
June 23, 2026 19:30
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
This change prepares this repository for the migration from the old self-hosted GitHub Actions runners to the new ARCv2-managed self-hosted runners.
Using the standard runner variables lets Platform switch workloads over centrally while still allowing repository or team-level overrides where needed. Copilot workflows use their own runner override so they can move independently of the general build fleet.
Summary
runs-onentries to${{ vars.GLOBAL_RUNNER_OVERWRITE || vars.TEAM_RUNNER_LABEL || 'boxed-runner' }}${{ vars.COPILOT_RUNNER_OVERWRITE || 'copilot-code-review-runner' }}for Copilot workflow filesgithub-actions-artifact-publishing/publish-artifactto290f322dceb48c7a6683c873de9a3d535689f26dgithub-actions-backend/build-and-testrefs tocc09821c2cbdfb70e79e1fc970a3d457589d55a9Impact