Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
Contributor
There was a problem hiding this comment.
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-latestwithruns-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.
Mia-Cross
approved these changes
Mar 11, 2026
estellesoulard
approved these changes
Mar 11, 2026
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.
Community Note
Relates OR Closes #0000
Release note for CHANGELOG: