Third confirmed case: deleted BuildFailed workflow causes startup_failure on every push #205578
Replies: 3 comments
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
|
Clarification: this is an active operational defect, not a feature request. The orphaned BuildFailed registration currently prevents the repository’s valid CI workflow from starting and blocks production release verification. Could a GitHub Community maintainer please triage this to the GitHub Actions engineering team or provide a private support escalation path? |
|
Confirmed affected repository: Orphaned workflow:
Active workflows remain valid:
Fresh events on commit
Both active workflow files pass actionlint 1.7.12 with zero errors. Repo Actions permissions are enabled. Local Prettier/ESLint/TypeScript/Next production build all pass. Account Actions usage is not exhausted. We also deleted 725 stale artifacts (4.16 GiB) and verified artifacts/cache are now zero; the orphaned BuildFailed routing persists. A deploy rerun This is blocking a production migration where manual deployment is prohibited. Please escalate removal/repair of orphaned workflow registration |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
Other
Discussion Details
This is another confirmed case of the backend issue described in #190193:
https://github.com/orgs/community/discussions/190193
A deleted ghost workflow is created on every push:
Affected runs:
The real active CI workflow is:
No jobs, check runs, runner allocation, or logs are created. The active ci.yml Git blob is identical to the version used by the last successful run, so workflow contents are ruled out.
The Actions budget is available and not exhausted.
Other users report that deleting runs, disabling and re-enabling Actions, reclaiming the BuildFailed path, dummy workflows, and branch or repository renames do not resolve this backend record.
Could GitHub staff please open an internal Actions engineering issue and arrange removal of orphaned workflow registration 339899074?
All reactions