You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The standing repository constraint is no GitHub-hosted Actions minutes. Self-hosted runners are allowed.
PR #138 was merged with the stated intent of switching all workflows to [self-hosted, Linux, X64, wsl, arbiter], but current main still contains this job in .github/workflows/ci.yml:
The workflow triggers on every pull request to main, so opening a PR currently risks three GitHub-hosted jobs.
Immediate impact
Implementation for #141 is preserved on branch feat/risk-scanner-phase-1, but no PR was opened because doing so would violate the no-hosted-minutes constraint.
Problem
The standing repository constraint is no GitHub-hosted Actions minutes. Self-hosted runners are allowed.
PR #138 was merged with the stated intent of switching all workflows to
[self-hosted, Linux, X64, wsl, arbiter], but currentmainstill contains this job in.github/workflows/ci.yml:The workflow triggers on every pull request to
main, so opening a PR currently risks three GitHub-hosted jobs.Immediate impact
Implementation for #141 is preserved on branch
feat/risk-scanner-phase-1, but no PR was opened because doing so would violate the no-hosted-minutes constraint.Required investigation
ubuntu-latestfor thetestjob.Acceptance criteria
.github/workflows/ci.ymltest job uses approved self-hosted labels.Constraint
Do not open a test PR merely to prove this until static inspection confirms no GitHub-hosted jobs can be scheduled.