Skip to content

Commit

Permalink
Fix cron syntax
Browse files Browse the repository at this point in the history
Let's try this again?
  • Loading branch information
acdlite committed Feb 4, 2021
1 parent 365080f commit a703c3f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a703c3f

Please sign in to comment.