fix(ci): Mobile build should not run on fork PRs (#1844)

* fix(ci): Mobile build should not run on PRs

It doesn't have the necessary secrets exposed for it succeed in PR context.

* ci(mobile): Run only on internal PRs
This commit is contained in:
Skyler Mäntysaari 2023-02-23 17:01:47 +02:00 committed by GitHub
parent 3beb8193ae
commit de5a6b2c35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,8 @@ concurrency:
jobs:
build-sign-android:
name: Build and sign Android
# Skip when PR from a fork
if: ${{ !github.event.pull_request.head.repo.fork }}
runs-on: macos-12
steps: