Update flake lock workflow

This commit is contained in:
iFargle 2023-12-17 22:36:44 +09:00
parent 060d2a7ff0
commit 3c1db0a2df

View file

@ -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