Skip to content

Commit

Permalink
Fix repo check
Browse files Browse the repository at this point in the history
  • Loading branch information
mfazekas authored Nov 30, 2023
1 parent 6baf81d commit 6712ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-for-forked-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

jobs:
call_ci_requiring_tokens:
if: github.repository == '@rnmapbox/maps' && github.event.pull_request.head.repo.fork == true
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 6712ddf

Please sign in to comment.