Run nightly workflow hourly instead of daily (#170)

The decide job already skips when main HEAD matches the nightly tag,
so this only builds when there are actual changes. Hourly means users
get nightly updates within an hour of merging to main.
This commit is contained in:
Lawrence Chen 2026-02-20 04:40:14 -08:00 committed by GitHub
parent 1196640789
commit 6f9146e895
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,8 +2,8 @@ name: Nightly macOS build
on:
schedule:
# 09:30 UTC daily
- cron: "30 9 * * *"
# Every hour at :30. The 'decide' job skips if main has no new commits.
- cron: "30 * * * *"
workflow_dispatch:
inputs:
force: