From 58f2f954508f808cd3c8f36e72a270d9ca177a77 Mon Sep 17 00:00:00 2001 From: "Colin B. Macdonald" Date: Sun, 7 Jul 2024 07:12:08 -0700 Subject: [PATCH] Run CI earlier in the weekend --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5098b05..790a3d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,9 +4,9 @@ on: push: pull_request: workflow_call: - # Run weekly Sundays at 12:37am + # Run weekly Saturdays at 9am schedule: - - cron: "37 0 * * 0" + - cron: "00 09 * * 6" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: