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