From f5660128f8251beaa43b1c978b03b1e8266d58aa Mon Sep 17 00:00:00 2001 From: "Mark S. Lewis" Date: Wed, 10 May 2023 09:44:09 +0100 Subject: [PATCH] Run scheduled build weekly instead of daily (#281) Signed-off-by: Mark S. Lewis --- .github/workflows/schedule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/schedule.yml b/.github/workflows/schedule.yml index a1f1bb10..2e0f685a 100644 --- a/.github/workflows/schedule.yml +++ b/.github/workflows/schedule.yml @@ -2,7 +2,7 @@ name: Scheduled build on: schedule: - - cron: "5 0 * * *" + - cron: "5 0 * * 0" jobs: main: