The Github Action cron schedule is not running at the specified time #147369
-
Select Topic AreaQuestion BodyHi. I want to use the Github Action cron schedule to run my jobs. But, even with this configuration, I noticed that the Github Action does not run at 1:20 AM or 1:25AM UTC, nor at any other time I checked. Even whe I configure it like |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 11 replies
-
|
https://upptime.js.org/blog/2021/01/22/github-actions-schedule-not-working/ |
Beta Was this translation helpful? Give feedback.
-
|
mine is not running at all. Never, is it broken or was it removed? |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
It looks like GitHub had some relevant issues that should now be fixed, see here. Fix:
I haven't tested this myself yet but seems like it should work. |
Beta Was this translation helpful? Give feedback.
-
|
yeah, somehow my workflows are sort of "working" again, not 100% correct yet, but it's at least triggering sometimes. |
Beta Was this translation helpful? Give feedback.
-
|
My scheduled workflow also isn't running :/ It has been paused for a few months, then updated and enabled again, but not running. I'll try manually triggering it on my default branch and hopefully that'll sort things out 🤞🏻 Other scheduled workflows in the same repository are running properly. name: 'xxx'
on:
workflow_dispatch:
schedule:
- cron: "0 6 * * *" |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
Same issue here. I have a workflow with |
Beta Was this translation helpful? Give feedback.
https://upptime.js.org/blog/2021/01/22/github-actions-schedule-not-working/