From 6baf81d7bc585be027cfd82dc1c770d86324b752 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20Fazekas?= Date: Thu, 30 Nov 2023 14:24:19 +0100 Subject: [PATCH] Only run forked if from forked (#3219) --- .github/workflows/ci-for-forked-repos.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-for-forked-repos.yml b/.github/workflows/ci-for-forked-repos.yml index dd9486e55..8236de6f5 100644 --- a/.github/workflows/ci-for-forked-repos.yml +++ b/.github/workflows/ci-for-forked-repos.yml @@ -4,6 +4,7 @@ on: jobs: call_ci_requiring_tokens: + if: github.repository == '@rnmapbox/maps' && github.event.pull_request.head.repo.fork == true name: "CI requiring tokens" uses: ./.github/workflows/ci-requiring-tokens.yml with: