mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix cron syntax
Let's try this again?
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user