From 52488080b47a0a9e64c6e57c696cf41395c2e52e Mon Sep 17 00:00:00 2001 From: Luna Date: Mon, 6 Jun 2022 10:54:50 -0700 Subject: [PATCH] run devtools regression tests once a day --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6fa0208d682..327ea1b5e0a 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: