diff --git a/.github/workflows/react-native-workflow.yml b/.github/workflows/react-native-workflow.yml index c785242839..3e92c69552 100644 --- a/.github/workflows/react-native-workflow.yml +++ b/.github/workflows/react-native-workflow.yml @@ -117,7 +117,7 @@ jobs: deploy_ios: name: Deploy iOS - needs: test_ios + needs: build_ios timeout-minutes: 60 if: ${{ github.ref == 'refs/heads/main' }} runs-on: macos-latest @@ -238,7 +238,7 @@ jobs: deploy_android: name: Deploy Android - needs: test_android + needs: build_android timeout-minutes: 60 if: ${{ github.ref == 'refs/heads/main' }} runs-on: ubuntu-latest