README: demonstrate a weekly flake.lock update

It's arguably not that useful to be inundated with flake.lock update PRs
every day, so do it once a week on Sunday.
This commit is contained in:
Cole Helbling 2021-10-27 10:59:58 -07:00 committed by Cole Helbling
parent d884d497b3
commit 958240e9be

View File

@ -13,7 +13,7 @@ name: update-flake-lock
on:
workflow_dispatch: # allows manual triggering
schedule:
- cron: '0 0 * * *' # runs daily at 00:00
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00
jobs:
lockfile: