Closed polarvogel closed 1 year ago
In cron you can use 0-7 while Sunday is 0 ore 7: https://stackoverflow.com/questions/18919151/crontab-day-of-the-week-syntax but you are right, github uses the posix syntax where the week days are 0-6 and 0 is sunday ;-)
Thanks for the change!
build failed with cron, because 7 is no 'day of the week' (0-6). Sunday is 6, not 7.