Having an issue with our scheduled job(nightly) workflow. The yaml seems to be correct and matches the example almost completely, but the job never runs. Any suggestions?
This should cause a cron job to be run every minute so it is easier to see if it is running as the GUI does not provide much info about jobs queued via the cron sub-system. I believe the reason for this is that there has been a long-running project to replace the cron option, but this is currently on hold for refactoring.
It successfully shows as “No workflow” after I copy/pasted your suggestion with my current branch (instead of master). However, I do not see any pipelines having ran after 30 minutes. Tried this with a couple branches for what it’s worth.
You miss understand, which repo vendor - github, bitbucket etc.
CircleCI has dedicated code for each platform and so an issue may exist for one, but not another. As my testing was done against bitbucket I can not say what the status of other backends is at the moment.
I heard back from support. Since scheduled pipelines are not available for Github, we can’t do scheduled workflows either. Seems like a necessary feature for most folks, so hopefully they add it soon. Thank you for your help, @rit1010!
Thanks for posting that as it was not something I was aware of and it may help others in the future. A lot of posted examples are generic and so such a limitation gets missed.