From f471b92b032a82ef3690d145d01b5ebd6b68a6b8 Mon Sep 17 00:00:00 2001 From: Riccardo Cipolleschi Date: Tue, 4 Jun 2024 05:58:10 -0700 Subject: [PATCH] Remove publish bumped packages from CircleCI (#44778) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/44778 We now have the Publish_bumped_packages in GHA, so we should not have two jobs in two different systems that perform the same publishing operation. ## Changelog: [Internal] - Remove duplicated jobs from CCI Reviewed By: cortinico Differential Revision: D58131196 fbshipit-source-id: 408b0a76dff89e9d327fe56d1e6e4c13b55eb2bb --- .circleci/configurations/workflows.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.circleci/configurations/workflows.yml b/.circleci/configurations/workflows.yml index e74f8ce39cd..7de3806c9f7 100644 --- a/.circleci/configurations/workflows.yml +++ b/.circleci/configurations/workflows.yml @@ -124,12 +124,3 @@ workflows: - build_hermesc_linux - build_hermes_macos - build_hermesc_windows - - publish_bumped_packages: - when: - and: - - equal: [ false, << pipeline.parameters.run_release_workflow >> ] - - equal: [ false, << pipeline.parameters.run_nightly_workflow >> ] - jobs: - - find_and_publish_bumped_packages: - <<: *main_or_stable_only