rename build-ios to build-ios-dependencies (#51480)

Summary:
This change renames the build-ios workflow to build-ios-dependencies to prepare for build-ios-core

## Changelog:
[Internal] - Rename build-ios to build-ios-dependencies

Pull Request resolved: https://github.com/facebook/react-native/pull/51480

Test Plan: GHA

Reviewed By: rshest

Differential Revision: D75133854

Pulled By: cipolleschi
This commit is contained in:
Riccardo Cipolleschi
2025-06-10 07:22:37 -07:00
committed by Facebook GitHub Bot
parent beb3d49a1b
commit 91fad656e8
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ jobs:
flavor: ${{ matrix.flavor }}
prebuild_apple_dependencies:
uses: ./.github/workflows/prebuild-ios.yml
uses: ./.github/workflows/prebuild-ios-dependencies.yml
secrets: inherit
build_hermesc_linux:
@@ -1,4 +1,4 @@
name: Prebuild iOS
name: Prebuild iOS Dependencies
on:
workflow_call: # this directive allow us to call this workflow from other workflows
+2 -1
View File
@@ -96,8 +96,9 @@ jobs:
hermes-version: ${{ needs.prepare_hermes_workspace.outputs.hermes-version }}
react-native-version: ${{ needs.prepare_hermes_workspace.outputs.react-native-version }}
flavor: ${{ matrix.flavor }}
prebuild_apple_dependencies:
uses: ./.github/workflows/prebuild-ios.yml
uses: ./.github/workflows/prebuild-ios-dependencies.yml
secrets: inherit
build_hermesc_linux:
+1 -1
View File
@@ -117,7 +117,7 @@ jobs:
flavor: ${{ matrix.flavor }}
prebuild_apple_dependencies:
uses: ./.github/workflows/prebuild-ios.yml
uses: ./.github/workflows/prebuild-ios-dependencies.yml
secrets: inherit
test_ios_rntester_ruby_3_2_0: