Skip to content

chore: make runs-on configurable through variables#5392

Merged
remyleone merged 1 commit intomainfrom
runs_on
Mar 12, 2026
Merged

chore: make runs-on configurable through variables#5392
remyleone merged 1 commit intomainfrom
runs_on

Conversation

@remyleone
Copy link
Copy Markdown
Member

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Relates OR Closes #0000

Release note for CHANGELOG:


Copilot AI review requested due to automatic review settings March 11, 2026 16:11
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 54.56%. Comparing base (f865d4c) to head (22eb064).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5392   +/-   ##
=======================================
  Coverage   54.56%   54.56%           
=======================================
  Files         317      317           
  Lines       70500    70500           
=======================================
  Hits        38470    38470           
  Misses      30559    30559           
  Partials     1471     1471           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
Contributor

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

Updates GitHub Actions workflows to make the runner label configurable via a repository/org variable, while preserving ubuntu-latest as the default.

Changes:

  • Replace hardcoded runs-on: ubuntu-latest with runs-on: "${{ vars.RUNS_ON || 'ubuntu-latest' }}" across workflows.
  • Apply the change consistently to build, lint, docs, release, and scheduled workflows.

Reviewed changes

Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.github/workflows/wasm.yml Make the wasm build/test runner configurable via vars.RUNS_ON.
.github/workflows/tests.yml Make the others job runner configurable via vars.RUNS_ON (matrix job unchanged).
.github/workflows/release.yml Make both goreleaser and wasm job runners configurable via vars.RUNS_ON.
.github/workflows/purge.yml Make the sweeper runner configurable via vars.RUNS_ON.
.github/workflows/nightly.yml Make nightly + sweepers runners configurable via vars.RUNS_ON.
.github/workflows/lint.yml Make all lint job runners configurable via vars.RUNS_ON.
.github/workflows/labeler.yml Make the labeler runner configurable via vars.RUNS_ON.
.github/workflows/docs.yml Make docs generation and link-check runners configurable via vars.RUNS_ON.
.github/workflows/deploy-docs.yml Make docs deployment runner configurable via vars.RUNS_ON.
.github/workflows/coverage.yml Make coverage runner configurable via vars.RUNS_ON.
.github/workflows/codeql-analysis.yml Make CodeQL analysis runner configurable via vars.RUNS_ON.
.github/workflows/build.yml Make build and docker job runners configurable via vars.RUNS_ON.
.github/workflows/announce.yml Make release announcement runner configurable via vars.RUNS_ON.

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

@remyleone remyleone added this pull request to the merge queue Mar 12, 2026
Merged via the queue into main with commit c9a7799 Mar 12, 2026
125 checks passed
@remyleone remyleone deleted the runs_on branch March 12, 2026 17:12
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.

5 participants