style(comment): update flake-lock frequency comment
This commit is contained in:
parent
be2ab63106
commit
018d32e997
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-flake-lock.yml
vendored
2
.github/workflows/update-flake-lock.yml
vendored
|
|
@ -2,7 +2,7 @@ name: update-flake-lock
|
|||
on:
|
||||
workflow_dispatch: # allows manual triggering
|
||||
schedule:
|
||||
- cron: '0 0 1 * *' # runs weekly on Sunday at 00:00
|
||||
- cron: '0 0 1 * *' # runs on the first of every month at 00:00
|
||||
|
||||
jobs:
|
||||
lockfile:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue