fix(ci): use proper cron syntax

This commit is contained in:
buffet 2024-05-13 13:41:52 +02:00
parent 2b1624ebc5
commit 2cd946a893

View file

@ -1,5 +1,6 @@
on: on:
schedule: '*/5 0 * * 1' schedule:
- cron: '*/5 0 * * 1'
jobs: jobs:
update-flake: update-flake: