From 925f63dfbef987988c5d4529070dcd4bbbde5eae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Thu, 4 Oct 2018 20:14:14 -0700 Subject: [PATCH] Run publish_npm_package job on tagged commits without any pre-reqs (#21495) Summary: This PR gets master back on sync with fixes made to 0.57-stable. Pull Request resolved: https://github.com/facebook/react-native/pull/21495 Differential Revision: D10209745 Pulled By: hramos fbshipit-source-id: bc4d859adade820eac30e947514b6c6c2a27083f --- .circleci/config.yml | 6 ------ 1 file changed, 6 deletions(-) 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: