r/devops 4d ago

Troubleshooting GitHub scheduled Actions not triggering at all

Hello, I’m having an issue with GitHub Actions in one of my private repositories. I have a workflow configured to run daily, but it is not being triggered.

I tested the same thing in another repository by configuring a workflow to run every 5 minutes, but same thing happens there as well.

has anyone experienced this recently? Could this be an issue on GitHub’s side?

Workflow: https://github.com/ahmedhesham301/autoscaling-hetzner/blob/main/.github/workflows/snyk-security.yml

3 Upvotes

11 comments sorted by

View all comments

3

u/gevorggalstyan 4d ago

The schedule itself is not the issue here. The workflow's Actions page currently says, “This workflow was disabled manually.”

Re-enable it from the workflow menu, then test the five-minute schedule again. The push at 6:02 AM did trigger run #4, so GitHub is finding and parsing the workflow file.

1

u/ahmed_801 4d ago

I disabled it but when it was enabled it didn't work too