Owner who disabled Copilot and workflows had ci turn red immediately #198408
Replies: 2 comments
-
|
Hi @PeterKellner! 👋 This is a known edge case — when workflows are disabled at the repo level, any branch protection rules requiring CI checks to pass will immediately turn red (since no checks are running at all). Here's what to try as Owner/Admin: Step 1 — Re-enable workflows
Step 2 — If it says "Owner/Admin must enable" but you ARE the owner
Step 3 — Re-run your workflow manually Step 4 — Copilot is separate If you're still blocked:
Hope your evaluation goes smoothly! 🙌 |
Beta Was this translation helpful? Give feedback.
-
|
What you're seeing is usually caused by branch protection rules that require specific workflow checks to pass. When Actions/workflows are disabled, those required checks can no longer run, so GitHub marks the branch status as failing or pending. Re-enabling workflows normally resolves this, but if GitHub is telling you that only an Owner/Admin can enable them—even though you're listed as one—there may be an organization-level policy or enterprise policy overriding the repository settings. A few things to verify:
If the repository is currently under evaluation or review by GitHub and the controls appear locked unexpectedly, it may also be worth opening a support ticket with GitHub Support and providing the repository URL and screenshots of the permissions message. Can you confirm whether this repository is under a personal account or an organization, and what exact message you receive when attempting to re-enable Actions? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Question
💬 Feature/Topic Area
Workflow Deployment
Discussion Details
My ci went turned red when I disabled copilot and all workflows. I I. learned I had to at least enable workflow or copilot to turn green again. When attempted to enable workflow or copilot, prevented and Owner/Adm must do it. I am Owner/Adm. My repo is being evaluated currently, appreciate any help.
Beta Was this translation helpful? Give feedback.
All reactions