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