From de5a6b2c352bcaf171b42041d7cd5d31ac17ddcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Skyler=20M=C3=A4ntysaari?= Date: Thu, 23 Feb 2023 17:01:47 +0200 Subject: [PATCH] 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 --- .github/workflows/build-mobile.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-mobile.yml b/.github/workflows/build-mobile.yml index 539a96753edea..07afa03d48fc8 100644 --- a/.github/workflows/build-mobile.yml +++ b/.github/workflows/build-mobile.yml @@ -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: