Update flake auto-update cron schedule to run twice a week

This commit is contained in:
adisbladis 2022-01-08 09:36:33 +13:00
parent acd0b517b2
commit a0966f6d2e

View file

@ -2,7 +2,7 @@ name: update-flake-lock
on:
workflow_dispatch: # allows manual triggering
schedule:
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00
- cron: '0 0 * * 1,4' # Run twice a week
jobs:
lockfile: