Lets say I set my workflow schedule to run everyday at midnight, it will not trigger. Only when I set it to run every hour or every 5 mins its when it runs all three builds. I have not encountered any build errors, so not entirely sure whats going on.
It looks like the formatting might be messing with things, but I only see one workflow here. Can you share the cron line that works, and the one that doesn’t so I can take a look?
Yeah sure. Below is how I have it formatted in GitHub. So I had my tests running everyday @ 1am and it was working fine but then quit a couple days back. Now I have them running every hour and so far so good.
Thanks for that. Everything looks fine. Could you link me a build that should have run but didn’t? I noticed a few changes and on of them was unsupported syntax, so I wonder if it might be that.
Note: Cron step syntax (for example, */1, */20) is not supported
“Note: Cron step syntax (for example, */1, */20) is not supported” Yes, I’m aware thank you.
So below is an old commit (running two builds everyday @ 1am ) that was working fine but quit working within the last week. Just quit all together, no errors.
Sorry just understood your question. There are no builds to show because they are not showing up in workflows at all, no errors. Last one was 21 hours ago. I changed the .yml file ( cron: “0 16 * * *”) to run at 4pm and nothing.