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. ⭐ |
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.
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
Schedule & Cron Jobs
Discussion Details
Hello,
I need help investigating missing scheduled runs in a private repository.
As of September 10, 2026, at approximately 08:34 UTC, no scheduled runs for that day appeared in the repository’s Actions history, although several scheduled times had passed.
The workflow on the default branch includes these triggers:
The cron expressions use UTC. My local timezone is Asia/Riyadh (UTC+3).
What I have verified:
The workflow uses concurrency with cancel-in-progress set to false. It also contains a step that fails late scheduled executions, but the issue here is that no new scheduled runs appear in the run history at all—not that a visible run fails that step.
I understand scheduled executions may be delayed. How can I determine whether these missing events are delayed, dropped, or affected by an account/repository restriction? Is there a way to verify that GitHub has registered the current schedule?
I have omitted private repository links and credentials from this public post.
Thank you.
All reactions