We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f091e0 commit f9d98c1Copy full SHA for f9d98c1
1 file changed
.circleci/config.yml
@@ -507,7 +507,7 @@ workflows:
507
- "16.8" # hooks
508
- "17.0"
509
- "18.0"
510
-
+
511
fuzz_tests:
512
unless: << pipeline.parameters.prerelease_commit_sha >>
513
triggers:
@@ -525,15 +525,6 @@ workflows:
525
- setup
526
527
devtools_regression_tests:
528
- unless: << pipeline.parameters.prerelease_commit_sha >>
529
- triggers:
530
- - schedule:
531
- # Fuzz tests run hourly
532
- cron: "0 * * * *"
533
- filters:
534
- branches:
535
- only:
536
- - main
537
jobs:
538
539
- yarn_build_combined:
0 commit comments