diff --git a/.circleci/config.yml b/.circleci/config.yml index 0cd278c13..6a19d4d7a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -729,12 +729,6 @@ workflows: # only act on version tags tags: only: /v[0-9]+(\.[0-9]+)*(\-rc(\.[0-9]+)?)?/ - requires: - - analyze - - test_detox_end_to_end - - test_javascript - - test_objc - - test_android # Run code checks - analyze_pr: