Replies: 4 comments 5 replies
-
| 💬 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.
-
| Hello! 
 | 
Beta Was this translation helpful? Give feedback.
-
| 
 i give up and use third party cron instead, more reliable than github built-in schedule (the delay at worst is less than 1 min. from schedule time) https://cron-job.org/en/ | 
Beta Was this translation helpful? Give feedback.
-
| Same problem here. I'm almost giving up on using GitHub Actions in our Enterprise account... | 
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
Hello GitHub Support Team,
I'm currently using GitHub Actions to schedule a workflow using the
cronsyntax, and I’ve been encountering some unexpected behavior related to execution time.For example, when I set:
schedule:
- cron: "0 21 * * *"
...the job runs around 6:30 AM KST the next day. Similarly, when I set:
schedule:
- cron: "0 9 * * *"
...the job runs around 6:30 PM KST.
I also tested:
schedule:
- cron: "0 0 * * *"
...expecting it to run at 9 AM KST (since GitHub Actions use UTC), but the job ran around noon instead.
There also appears to be a consistent delay of about 30 minutes on each run, which makes it hard to determine the precise execution time.
I'm wondering:
Any insight or advice would be greatly appreciated.
Thank you in advance for your help!
Best regards,
SssoDev
Beta Was this translation helpful? Give feedback.
All reactions