fix(ci): use proper cron syntax
This commit is contained in:
parent
2b1624ebc5
commit
2cd946a893
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
on:
|
||||
schedule: '*/5 0 * * 1'
|
||||
schedule:
|
||||
- cron: '*/5 0 * * 1'
|
||||
|
||||
jobs:
|
||||
update-flake:
|
||||
|
|
Loading…
Reference in a new issue