Skip to content

chore: migrate hardcoded runner labels to ${{ vars.RUNNER_TYPE }}#30

Merged
anwar3606 merged 1 commit intomainfrom
chore/migrate-runners-to-vars
May 8, 2026
Merged

chore: migrate hardcoded runner labels to ${{ vars.RUNNER_TYPE }}#30
anwar3606 merged 1 commit intomainfrom
chore/migrate-runners-to-vars

Conversation

@anwar3606
Copy link
Copy Markdown
Contributor

Replaces hardcoded ubuntu-latest / ubuntu-24.04 with the org-standard ${{ vars.RUNNER_TYPE }} variable so runner selection is controlled centrally via GitHub repo/org variables.

Replaces ubuntu-latest / ubuntu-24.04 with the org-standard ${{ vars.RUNNER_TYPE }} variable.
Copilot AI review requested due to automatic review settings May 8, 2026 09:48
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Migrates the CI runner selection for the schema-check workflow from a hardcoded Ubuntu label to the centrally managed GitHub Actions variable ${{ vars.RUNNER_TYPE }} so runner choice can be controlled via repo/org configuration.

Changes:

  • Updated .github/workflows/check-schemas.yml to use ${{ vars.RUNNER_TYPE }} for runs-on instead of ubuntu-latest.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

jobs:
check-schemas:
runs-on: ubuntu-latest
runs-on: ${{ vars.RUNNER_TYPE }}
@anwar3606 anwar3606 merged commit 28e2702 into main May 8, 2026
4 checks passed
@anwar3606 anwar3606 deleted the chore/migrate-runners-to-vars branch May 8, 2026 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants