Skip to content

Commit 3bb154b

Browse files
authored
[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
1 parent bcbeb52 commit 3bb154b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -583,8 +583,8 @@ workflows:
583583
unless: << pipeline.parameters.prerelease_commit_sha >>
584584
triggers:
585585
- schedule:
586-
# DevTools regression tests run hourly
587-
cron: "0 * * * *"
586+
# DevTools regression tests run once a day
587+
cron: "0 0 * * *"
588588
filters:
589589
branches:
590590
only:

0 commit comments

Comments
 (0)