From 11d59979719616aec62ad3c6205375fb28640067 Mon Sep 17 00:00:00 2001 From: Russell Vinegar <38586679+rustyjux@users.noreply.github.com> Date: Fri, 6 Dec 2024 12:12:00 -0800 Subject: [PATCH] don't run on weekends --- .github/workflows/pr-reminder.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-reminder.yaml b/.github/workflows/pr-reminder.yaml index 7f69a0c..07f4c32 100644 --- a/.github/workflows/pr-reminder.yaml +++ b/.github/workflows/pr-reminder.yaml @@ -1,7 +1,7 @@ name: 'Send review reminders' on: schedule: - - cron: '30 1 * * *' # Scheduled to run at 1:30 AM daily + - cron: '30 1 * * 1-5' # Scheduled to run at 1:30 AM, Monday through Friday workflow_dispatch: # Allows manual triggering of the workflow jobs: