From 7ef7f2f33a1095ceb6d1358050b199c4d1a8f094 Mon Sep 17 00:00:00 2001 From: pmcg <123424886+pmcgvr@users.noreply.github.com> Date: Mon, 25 Nov 2024 21:57:25 -0800 Subject: [PATCH] Exclude the export task from running on CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index feecd11..93b43c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,4 +53,4 @@ jobs: - name: Build with Gradle working-directory: ${{ matrix.folder }} - run: ./gradlew build --info + run: ./gradlew build --exclude-task ":app:export"