Why isn’t my scheduled GitHub Actions workflow running?

0
3
Asked By MellowOrbit42 On

I have a workflow in a private repository that is supposed to run on a daily schedule, but it never starts. I also tested a similar workflow in another repository with a five-minute schedule, and that one did not trigger either. The workflow file appears to be valid, so I'm wondering whether there is a configuration issue or a temporary problem with scheduled Actions.

1 Answer

Answered By CopperFox7 On

The schedule syntax does not appear to be the main problem. The workflow’s Actions page indicates that it was manually disabled. Re-enable the workflow from its menu and then test the schedule again. A later push event successfully triggered a run, which confirms that GitHub can find and parse the workflow file.

MellowOrbit42 -

I had disabled it temporarily, but it also failed to run when it was enabled. I’ve enabled it again—could you check whether it is active now?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.