Skip to content

Commit e8d69cf

Browse files
authored
Fix cron schedule again (#1879)
1 parent 4f9f09c commit e8d69cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

catalog-info.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ spec:
3838
schedules:
3939
main_semi_daily:
4040
branch: 'main'
41-
cronline: '*/12 * * * *'
41+
cronline: '0 */12 * * *'
4242
8_8_semi_daily:
4343
branch: '8.8'
44-
cronline: '*/12 * * * *'
44+
cronline: '0 */12 * * *'
4545
8_7_daily:
4646
branch: '8.7'
4747
cronline: '@daily'

0 commit comments

Comments
 (0)