Skip to content

Commit e393353

Browse files
Reduce frequency of scheduled builds (#773)
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]>
1 parent 6db0d8c commit e393353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/schedule.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Scheduled build
22

33
on:
44
schedule:
5-
- cron: "32 23 * * *"
5+
- cron: "32 23 * * 6"
66
workflow_dispatch:
77

88
permissions:

0 commit comments

Comments
 (0)