run flake update more often
This commit is contained in:
parent
7c904ab279
commit
b23fab300b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
@ -2,7 +2,7 @@ name: update-flake-lock
|
||||||
on:
|
on:
|
||||||
workflow_dispatch: # allows manual triggering
|
workflow_dispatch: # allows manual triggering
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * 6' # runs weekly on Saturday at 00:00
|
- cron: '0 0 * * 3,6' # runs weekly on Wednesday and Saturday at 00:00
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lockfile:
|
lockfile:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue