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