Update flake lock workflow
Some checks failed
build-linode-img / build-linode-img (push) Failing after 28s
update-flake-lock / update-flake-lock (push) Successful in 1m7s

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 run-name: ${{ github.actor }} - update-flake-lock
on: on:
schedule: schedule:
- cron: '0 0 * * 7' - cron: '0 0 * * 1'
# “At 00:00 on Sunday." # “At 00:00 on Monday."
jobs: jobs:
update-flake-lock: update-flake-lock:
runs-on: docker runs-on: docker