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:
parent
1196640789
commit
6f9146e895
1 changed files with 2 additions and 2 deletions
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue