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 Lockdown Enforcement workflow's mustfile-compliance, chroot-check, api-surface-check, and permission-check jobs greped for files and recipes that did not exist on main: a top-level Mustfile, network/cadre-router/cadre-config.nickel, and a 'lock-files' recipe in Justfile. Adding them with the literal substrings the workflow expects.
Also narrows branch-protection to pull_request events only. The previous push-event branch was always failing on direct maintainer commits to main, which is properly enforced by GitHub's server-side branch protection, not a CI check that auto-fails.
0 commit comments