Fix cron schedule again (#1879)
This commit is contained in:
@ -38,10 +38,10 @@ spec:
|
||||
schedules:
|
||||
main_semi_daily:
|
||||
branch: 'main'
|
||||
cronline: '*/12 * * * *'
|
||||
cronline: '0 */12 * * *'
|
||||
8_8_semi_daily:
|
||||
branch: '8.8'
|
||||
cronline: '*/12 * * * *'
|
||||
cronline: '0 */12 * * *'
|
||||
8_7_daily:
|
||||
branch: '8.7'
|
||||
cronline: '@daily'
|
||||
|
||||
Reference in New Issue
Block a user