diff --git a/.github/workflows/mobile-deploy-android.yaml b/.github/workflows/mobile-deploy-android.yaml index 9755e926dd..8ecd603c97 100644 --- a/.github/workflows/mobile-deploy-android.yaml +++ b/.github/workflows/mobile-deploy-android.yaml @@ -7,7 +7,7 @@ on: jobs: build-android: - needs: detox-android + # needs: detox-android runs-on: ${{ matrix.os }} if: | startsWith(github.ref, 'refs/tags/@quiet/mobile') diff --git a/.github/workflows/mobile-deploy-ios.yml b/.github/workflows/mobile-deploy-ios.yml index 8fd8f8ca62..e5c85d39f4 100644 --- a/.github/workflows/mobile-deploy-ios.yml +++ b/.github/workflows/mobile-deploy-ios.yml @@ -7,7 +7,7 @@ on: jobs: build-ios: - needs: detox-ios + # needs: detox-ios runs-on: ${{ matrix.os }} if: | startsWith(github.ref, 'refs/tags/@quiet/mobile')