mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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
This commit is contained in:
committed by
Facebook GitHub Bot
parent
91c5a6d936
commit
f471b92b03
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user