Fix cron syntax

Let's try this again?
This commit is contained in:
Andrew Clark
2021-02-04 10:07:39 -06:00
parent 365080f4f5
commit a703c3f7e8
+2 -3
View File
@@ -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: