Skip to content

Commit

Permalink
Reduce scheduled build frequency
Browse files Browse the repository at this point in the history
The rate of change in this repository is low. Reduce scheduled build
frequency to weekly to save build resources.

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

on:
schedule:
- cron: "5 2 * * *"
- cron: "5 2 * * 6"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 7bc0ac2

Please sign in to comment.