Skip to content

Commit 3cd85fa

Browse files
Reduce scheduled build frequency (#446)
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]>
1 parent 78542b4 commit 3cd85fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/schedule.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Scheduled build
55

66
on:
77
schedule:
8-
- cron: "5 2 * * *"
8+
- cron: "5 2 * * 6"
99
workflow_dispatch:
1010

1111
jobs:

0 commit comments

Comments
 (0)