From 90ec8de630fe8ee4fe0023fcf43aab9ff512facf Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Thu, 3 Jun 2021 06:36:29 -0400
Subject: [PATCH] CircleCI doesn't support day-of-week mnemonics

Also move this time to a point shortly in my future so it will run and I can
see what happens.
---
 .circleci/config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 73267e1..15ef1fb 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -283,7 +283,7 @@ workflows:
           # prevent us from actually having to rebuild it very often.
           #
           # https://circleci.com/docs/2.0/workflows/#specifying-a-valid-schedule
-          cron: "0 0 * * Mon"
+          cron: "40 6 * * 4"
           filters:
             branches:
               only:
-- 
GitLab