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:
|
on:
|
||||||
schedule: '*/5 0 * * 1'
|
schedule:
|
||||||
|
- cron: '*/5 0 * * 1'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-flake:
|
update-flake:
|
||||||
|
|
Loading…
Reference in a new issue