diff --git a/.github/workflows/ci-for-forked-repos.yml b/.github/workflows/ci-for-forked-repos.yml index 8236de6f5..040a928e7 100644 --- a/.github/workflows/ci-for-forked-repos.yml +++ b/.github/workflows/ci-for-forked-repos.yml @@ -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: