From dc090c8324c51da347f4cb57f1e64155b00368d0 Mon Sep 17 00:00:00 2001 From: Everaldo Date: Thu, 22 Aug 2024 10:33:38 -0700 Subject: [PATCH] Update cron. --- .github/workflows/scheduled_tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/scheduled_tests.yml b/.github/workflows/scheduled_tests.yml index 519958b..1a687a5 100644 --- a/.github/workflows/scheduled_tests.yml +++ b/.github/workflows/scheduled_tests.yml @@ -6,7 +6,8 @@ on: branches: - slack-messages-in-pytest-from-biothings schedule: # Scheduled trigger - - cron: "15,45 14-23 * * 1-5" # At minutes 15 and 45 past every hour from 14:00 through 01:00 on every day-of-week from Monday through Friday. + - cron: "15,45 14-23,0-1 * * 1-5" # At minutes 15 and 45 past every hour from 14:00 through 01:00 on every day-of-week from Monday through Friday. + - cron: "15 0,4,8,10 * * 1-5" # At minute 15 past hour 0, 4, 8, and 10 on every day-of-week from Monday through Friday. workflow_dispatch: # Manual trigger jobs: