Drone Cron Job Not Firing

I’ve created a cron job in Drone CI using the following command drone cron add –branch master "foo/bar" "every-5-mins" "0 */5 * * * *" And when I look in the UI, I can see the cron job has been created. However, it doesn’t fire, even though I have it defined in my drone yaml… Read More Drone Cron Job Not Firing