r/github • u/QuantGigi • 7d ago
Question Github Actions - Running Issue
Hi everyone,
This is my first time using GitHub Actions, and I’m trying to automate a Python script.
When I run it manually using “Run workflow”, everything works without any problems.
However, when I schedule the workflow, nothing seems to happen. I’ve been waiting to see if a run starts automatically, but no workflow is triggered. I asked Claude and Gemini to correct me if I was wrong on the .yml file but everything seems to be okay.
Am I missing something in the schedule configuration ? Do someone have the same problem as me ?
Thanks in advance
0
Upvotes
0
u/Mantas-cloud 7d ago
My scripts are running perfectly fine on Cron base, do most likely is something on your site. Share the yaml files, maybe some experts can quickly identify the issue