Fix missing * in cron definition

This commit is contained in:
badblocks 2024-10-29 20:25:55 -07:00
parent d7ff16c3fc
commit 1a554fa16f
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ on:
branches:
- main
schedule:
- cron: '05 05 * * ' # 05:05am UTC everyday
- cron: '05 05 * * *' # 05:05am UTC everyday
push:
branches:
- main

View file

@ -5,7 +5,7 @@ on:
branches:
- main
schedule:
- cron: '05 05 * * ' # 05:05am UTC everyday
- cron: '05 05 * * *' # 05:05am UTC everyday
push:
branches:
- main