Skip to content

Commit

Permalink
Only run forked if from forked (#3219)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfazekas authored Nov 30, 2023
1 parent 8269c3b commit 6baf81d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-for-forked-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6baf81d

Please sign in to comment.