Skip to content

Commit

Permalink
[DevTools] Run Devtools Regression Tests Once a Day (#24678)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
lunaruan committed Jun 7, 2022
1 parent bcbeb52 commit 3bb154b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3bb154b

Please sign in to comment.