You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the GitHub Actions is scheduled with '* 12,20 * * *' that means every minute when the hour is 12 or 20.
Was that the intention or that it would run twice a day? For the latter this would be better: '17 12,20 * * *'
That would run at 12:17 and 20:17
The text was updated successfully, but these errors were encountered:
Currently the GitHub Actions is scheduled with '* 12,20 * * *' that means every minute when the hour is 12 or 20.
Was that the intention or that it would run twice a day? For the latter this would be better: '17 12,20 * * *'
That would run at 12:17 and 20:17
The text was updated successfully, but these errors were encountered: