Replies: 4 comments 1 reply
|
💬 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. ⭐ |
|
I can confirm the same issue. Since approximately August 26–27, 2026, scheduled GitHub Actions runs are not being created for multiple repositories in my account, while workflow_dispatch runs work normally. Affected repositories:
The workflows use different cron minutes (15, 23, 38, and 47), are stored on the default branch, and were working normally before this issue. My separate bug report: Could GitHub staff please confirm whether this is an active incident affecting scheduled workflow triggers? |
|
Same symptom is being tracked in #206019, which has a timeline showing the degradation before the drop (39 min late → 3 h 27 → 10 h 41 → no run created at all). Your crons are useful evidence there, since all four are already on off-peak minutes — that rules out the Worth consolidating on one thread; it's currently split across #206019, #206120, #206124 and this one, which probably isn't helping it get noticed. |
|
Update on August 30, 2026: the problem is still ongoing. Additional scheduled times have passed for my affected workflows, including off-peak minutes 15, 23, 38 and 47 UTC. No scheduled workflow runs were created. Manual workflow_dispatch runs still start and complete normally. This continues to affect multiple repositories under my account. |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
ARC (Actions Runner Controller)
Discussion Details
Hello,
My scheduled GitHub Actions workflows have stopped triggering automatically since approximately August 26–27, 2026.
Manual runs via workflow_dispatch work correctly in all affected repositories. The issue is that no scheduled workflow run is created at all.
Affected repositories and workflows:
https://github.com/kort0881/post-bot-telegam/actions
Workflow: Telegram AI Tech Bot
Schedule: cron '47 6,9,12,15,18,21 * * *'
https://github.com/kort0881/facts-telegram-generator/actions
Workflow: Generate Facts
Schedule: cron '15 5,9,13,17,21 * * *'
https://github.com/kort0881/No-code-protection/actions
Workflow: KIBER SOS Autopost
Schedule: cron '23 6,12,15,18 * * *'
https://github.com/kort0881/freecoding/actions
Workflow: Vibe Articles
Schedule: cron '38 9,15,21 * * *'
All affected workflows:
Could someone confirm whether there is a current platform issue with scheduled GitHub Actions workflows? Please also advise whether there is anything I need to change in my configuration.
Thank you.
All reactions