This commit is contained in:
Vadim 2024-03-16 11:30:24 +01:00
parent 1dbcf27cf9
commit b61ed93a88

View file

@ -53,7 +53,7 @@ jobs:
build-ios: build-ios:
name: Build iOS (.ipa) name: Build iOS (.ipa)
needs: [run-integration-tests] needs: [run-integration-tests]
if: false # TODO(@vodemn) implement ipa uploading to App Store if: ${{ always() && !failure() && !cancelled() }}
uses: ./.github/workflows/build_ipa.yml uses: ./.github/workflows/build_ipa.yml
secrets: inherit secrets: inherit
with: with: