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. ⭐ |
|
Update: Checking GitHub's status page, two incidents line up almost exactly with when this repo/workflow was created:
Theory: registering a schedule trigger is likely a DB write separate from the workflow file itself. If that write got dropped during the primary failover, the workflow would still exist and dispatch manually fine (matches what I see) but never actually register with the scheduler. One thing this doesn't fully explain: I also created a brand-new, unrelated repo at 13:42 UTC on Aug 27 (well after both incidents resolved), and its schedule also never fired — so this looks more like something got stuck at the account level, not just a one-time write loss on this one workflow. Would appreciate a check on whether this account's scheduling state was affected by either incident. |
|
I have this exact same issue - my chronned workflows have worked thousands of times and now are not firing. I can kick off manually. I created a new workflow from scratch with a schedule and it does not fire.... |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
Schedule & Cron Jobs
Discussion Details
Scheduled (cron) GitHub Actions workflows have never fired on my account, across two different repositories, over a full day of testing. Manual workflow_dispatch runs of the exact same workflows succeed reliably and quickly every time (typically 1-4 minutes). GitHub Support wouldn't let me raise a ticket for this (I'm on a free personal account), so posting here in case anyone from GitHub or the community has seen this before.
Account: created 2026-08-26 (~1 day old at the time of testing)
What I tested:
Ruled out:
Has anyone seen this before, or know if there's a known ramp-up period for scheduled triggers on new accounts? Happy to provide more detail if useful.
All reactions