From 3bb154bbab78038f1b0aad42f10c006b71eac8da Mon Sep 17 00:00:00 2001 From: Luna Ruan Date: Tue, 7 Jun 2022 11:05:04 -0700 Subject: [PATCH] [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 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6fa0208d68..327ea1b5e0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: