Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
- tailrocks
- ChainArgos
if: ${{ always() }}
runs-on: ${{ ((github.event_name == 'workflow_dispatch' && inputs.lanes == 'github') || github.event_name == 'push') && 'ubuntu-26.04' || fromJSON('["self-hosted","velnor-target-mvp"]') }}
runs-on: ubuntu-26.04

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Keep Velnor-default checks on the Velnor runner

For pull_request, merge_group, and manual lanes=velnor executions, this unconditional label sends ci-required to GitHub-hosted infrastructure while the selected reusable workflow remains on the Velnor lane, producing a mixed-lane run. This violates the repository's canonical runner invariant that the automatic/manual Velnor default uses self-hosted,velnor-target-mvp, while ubuntu-26.04 is reserved for the GitHub comparison/recovery lane; retain lane-aware runner selection or update the canonical policy and generator first.

AGENTS.md reference: .github/AGENTS.md:L3-L8

Useful? React with 👍 / 👎.

timeout-minutes: 10
permissions:
contents: read
Expand Down