GitHub Actions startup_failure with zero jobs on private repository (aidaadigitall/Esc-Finan-2) #205286
Replies: 1 comment
|
Thank you for your interest in contributing to our community! We currently only accept discussions created through the GitHub UI using our provided discussion templates. Please re-submit your discussion by navigating to the appropriate category and using the template provided. This discussion has been closed because it was not submitted through the expected format. If you believe this was a mistake, please reach out to the maintainers. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
GitHub Actions runs in our private repository fail during startup, before any job or runner is created.
Repository: aidaadigitall/Esc-Finan-2 (private)
Account: aidaadigitall (User)
Billing plan: GitHub Free
Included Actions minutes: 2,000
Used: 0
Reproduction:
Run ID: 32135515076
URL: https://github.com/aidaadigitall/Esc-Finan-2/actions/runs/32135515076
Event: workflow_dispatch
SHA: 106188cedbb2c224a9128484fb1cb137730d4c85
Created: 2026-08-18T12:11:22Z
Completed: 2026-08-18T12:11:23Z
Conclusion: startup_failure
Jobs API: HTTP 200, {"total_count":0,"jobs":[]}
Logs API: HTTP 404
CLI/UI: “This run likely failed because of a workflow file issue”
The same happens on main and other branches. pull_request and push also fail with startup_failure and zero jobs.
Same-day example on main:
Run ID: 32099256963
Event: push
Created: 2026-08-18T04:28:10Z
Conclusion: startup_failure
Jobs: total_count=0
Repository Actions is enabled. The workflow parses locally, workflow_dispatch is configured, and there are no environment approvals, self-hosted runners, secrets in this workflow, required-check changes, or branch-protection changes. The workflow file does not use secrets.*.
Last run that created a validate job:
Run ID: 28993209616
Date: 2026-07-09T04:04:48Z
Jobs: total_count=1, name=validate
That run created the job and started processing. Since then, every observed run fails before job creation.
GitHub Status was All Systems Operational when run 32135515076 was dispatched (2026-08-18T12:11:22Z).
Please investigate:
We are not requesting a bypass, fake job, waiver, or branch-protection change. We need the normal validate job to be created and executed.
Thank you.
All reactions