From 3cd85fa824c810c6ff6504938e42529578e142c4 Mon Sep 17 00:00:00 2001 From: "Mark S. Lewis" Date: Mon, 9 Dec 2024 13:19:08 +0000 Subject: [PATCH] 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 --- .github/workflows/schedule.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/schedule.yaml b/.github/workflows/schedule.yaml index c9372efb..657394a5 100644 --- a/.github/workflows/schedule.yaml +++ b/.github/workflows/schedule.yaml @@ -5,7 +5,7 @@ name: Scheduled build on: schedule: - - cron: "5 2 * * *" + - cron: "5 2 * * 6" workflow_dispatch: jobs: