[actions]: update cron schedule

This commit is contained in:
2023-10-01 21:07:08 +03:00
parent 0c438d939f
commit e39f897f8d

View File

@@ -1,8 +1,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 * * *"
jobs:
lockfile: