Ubuntu – Github action not getting triggered on scheduled time
I have a workflow that I want to trigger on GitHub as an action every 15 minutes. I have used cron-jobs to schedule it. But it's not getting triggered. I checked it on other events like push and it's working.…