Skip to content
Closed
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
4 changes: 2 additions & 2 deletions .github/runner-policy.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"repositoryOwner": "melodic-software",
"visibility": "private",
"selfHostedCi": true,
"visibility": "public",
"selfHostedCi": false,
Comment on lines +4 to +5

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 Remove selector routing before disabling self-hosted CI

With this configuration, the runner-policy validation lane will fail on every CI run: its routingEnabled condition is false for a public repository, and it emits public-self-hosted-routing for each selector and selector-output job. The existing selectors in .github/workflows/ci.yml (and the other workflow files) remain in place, so runner-policy fails and the ci-status gateway turns red. Replace those selector-based runs-on paths with the approved hosted runner configuration as part of this change.

Useful? React with 👍 / 👎.

"exceptions": {}
}
Loading