From 791161081313103fbcec5ef8870526bf5c835bb3 Mon Sep 17 00:00:00 2001 From: Hector Ramos Date: Thu, 4 Oct 2018 13:28:44 -0700 Subject: [PATCH] remove job prereqs --- .circleci/config.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c970c886bb7..ea7b859e721 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -679,12 +679,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: