From 1e84f0dffa9856c6730f7f1846b481ba95610f03 Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Thu, 14 Mar 2024 17:15:46 +0100 Subject: [PATCH] typo --- .github/workflows/create_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 0942e9c..5fe56c1 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -32,7 +32,7 @@ jobs: build: name: Build ${{ matrix.binary-type != 'ipa' && 'Android' || 'iOS' }} (.${{ matrix.binary-type }}) - needs: [run-integration-tests] + #needs: [run-integration-tests] runs-on: macos-11 strategy: matrix: