chore: re-enable android build (#23349)

pull/23350/head
Alex 2025-10-29 10:22:07 +07:00 committed by GitHub
parent cf75ad2f26
commit 217d719b0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

@ -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: