From 7bfc9c7c8268cb6b079d2b381675ecddce12dcc1 Mon Sep 17 00:00:00 2001 From: Amit Levy Date: Wed, 15 May 2024 12:49:23 +0300 Subject: [PATCH] Fixed build-ios workflow --- .github/workflows/pluginQA.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pluginQA.yml b/.github/workflows/pluginQA.yml index cbeca5f..b1f2372 100644 --- a/.github/workflows/pluginQA.yml +++ b/.github/workflows/pluginQA.yml @@ -15,12 +15,12 @@ jobs: needs: [ Run-Unit-Tests ] uses: ./.github/workflows/build-android.yml - Build-Sample-Apps-iOS: - needs: [ Run-Unit-Tests ] - uses: ./.github/workflows/build-ios.yml + # Build-Sample-Apps-iOS: + # needs: [ Run-Unit-Tests ] + # uses: ./.github/workflows/build-ios.yml Deploy-To-QA: - needs: [ Build-Sample-Apps-Android, Build-Sample-Apps-iOS ] + needs: [ Build-Sample-Apps-Android ] # , Build-Sample-Apps-iOS ] runs-on: ubuntu-latest steps: - name: Notify with SLack