[DevTools] Run Devtools Regression Tests Once a Day (#24678)

We don't need to run DevTools regression tests once an hour, and also it makes getting the most recent react build or react devtools build really annoying, so run them once a day instead
This commit is contained in:
Luna Ruan 2022-06-07 11:05:04 -07:00 committed by GitHub
parent bcbeb52bf3
commit 3bb154bbab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -583,8 +583,8 @@ workflows:
unless: << pipeline.parameters.prerelease_commit_sha >>
triggers:
- schedule:
# DevTools regression tests run hourly
cron: "0 * * * *"
# DevTools regression tests run once a day
cron: "0 0 * * *"
filters:
branches:
only: