From a703c3f7e85ea5d06c707f329872ed0b039f68f2 Mon Sep 17 00:00:00 2001 From: Andrew Clark Date: Thu, 4 Feb 2021 10:07:39 -0600 Subject: [PATCH] Fix cron syntax Let's try this again? --- .circleci/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2e4a924d17..f04d05b77b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -540,9 +540,8 @@ workflows: unless: << pipeline.parameters.prerelease_commit_sha >> triggers: - schedule: - # At 16:00 UTC (11 am Eastern, 8 am Pacific) on every weekday (Monday - # through Friday) - cron: "0 16 * * 1-5" + # At 10 minutes past 16:00 on Mon, Tue, Wed, Thu, and Fri + cron: "10 16 * * 1,2,3,4,5" filters: branches: only: