Skip to content

Commit

Permalink
Reduce frequency of scheduled builds (#773)
Browse files Browse the repository at this point in the history
The rate of change in this repository is low. Run scheduled builds
weekly instead of daily to save build resources.

Signed-off-by: Mark S. Lewis <[email protected]>
  • Loading branch information
bestbeforetoday authored Dec 2, 2024
1 parent 6db0d8c commit e393353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Scheduled build

on:
schedule:
- cron: "32 23 * * *"
- cron: "32 23 * * 6"
workflow_dispatch:

permissions:
Expand Down

0 comments on commit e393353

Please sign in to comment.