Make update cron run twice daily

Every hour seems aggressive, typically I will only check for PRs once a
day anyway.
This commit is contained in:
Asher
2026-05-08 09:58:12 -08:00
parent 62a552d896
commit 93ce398e28

View File

@@ -7,7 +7,7 @@ on:
type: string type: string
required: true required: true
schedule: schedule:
- cron: "23 * * * *" - cron: "0 16,21 * * *"
jobs: jobs:
update: update: