Update flake lock workflow
This commit is contained in:
parent
060d2a7ff0
commit
3c1db0a2df
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ name: update-flake-lock
|
|||
run-name: ${{ github.actor }} - update-flake-lock
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * 7'
|
||||
# “At 00:00 on Sunday."
|
||||
- cron: '0 0 * * 1'
|
||||
# “At 00:00 on Monday."
|
||||
jobs:
|
||||
update-flake-lock:
|
||||
runs-on: docker
|
||||
|
|
Loading…
Reference in a new issue