From 217d719b0bbac9a2112ead40377462128c5d6d5c Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 29 Oct 2025 10:22:07 -0500 Subject: [PATCH] chore: re-enable android build (#23349) --- .github/workflows/build-mobile.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-mobile.yml b/.github/workflows/build-mobile.yml index 4e6508fb02..1286b45409 100644 --- a/.github/workflows/build-mobile.yml +++ b/.github/workflows/build-mobile.yml @@ -58,8 +58,7 @@ jobs: permissions: contents: read # Skip when PR from a fork - # if: ${{ !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' && fromJSON(needs.pre-job.outputs.should_run).mobile == true }} - if: ${{ false }} + if: ${{ !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' && fromJSON(needs.pre-job.outputs.should_run).mobile == true }} runs-on: mich steps: