From c36f14749edd57f88541c82e46eb0204023a31fe Mon Sep 17 00:00:00 2001 From: Oscar Date: Wed, 30 Oct 2024 16:44:09 +0000 Subject: [PATCH] conditions framework 2 --- .github/workflows/pr_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_tests.yml b/.github/workflows/pr_tests.yml index 37d63e4d..5ccfa1cc 100644 --- a/.github/workflows/pr_tests.yml +++ b/.github/workflows/pr_tests.yml @@ -175,7 +175,7 @@ jobs: ./.scripts/integration_test_late_enable_context.sh -d ${{ matrix.warehouse }} fi - if [ 1 -eq 1 ]; then + if [ 1 -eq 0 ]; then ./.scripts/integration_test_mobile.sh -d ${{ matrix.warehouse }} fi