This commit is contained in:
iFargle 2023-11-30 15:10:57 +09:00
parent 511481a096
commit 9a36039a66

View file

@ -2,7 +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: '* * * * *' - cron: '0 0 * * 6'
# “At 00:00 on Saturday.”
jobs: jobs:
update-flake-lock: update-flake-lock:
runs-on: docker runs-on: docker