Phantom deleted workflow BuildFailed creates startup_failure runs on every repo event #200691
Replies: 1 comment
-
|
💬 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. ⭐ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi GitHub Actions team/community,
I have a private repository where every repo event creates a phantom GitHub Actions startup failure.
The phantom workflow details are:
workflow_id: 305319995
name: ""
path: BuildFailed
state: deleted
conclusion: startup_failure
jobs: []
billable: {}
This does not appear to be caused by any workflow file in the repository.
Minimal reproduction:
On 2026-07-01, I created a temporary branch ref pointing directly to the current main commit.
No files changed. No PR was opened. The branch only pointed to the same commit as main.
GitHub still created a run with:
path: BuildFailed
event: push
conclusion: startup_failure
jobs: []
billable: {}
Deleting runs only hides the workflow temporarily. It is recreated by the next repository event.
I also tried disabling Actions for the repository for a few minutes and re-enabling them, but the issue came back.
Question:
Is there any way for a repository admin to purge a phantom deleted workflow record and force GitHub Actions to re-index workflows for a private repository?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions