diff --git a/.github/workflows/check-for-reproducer.yml b/.github/workflows/check-for-reproducer.yml index 76d347cfa6bfad..d15628a20585a4 100644 --- a/.github/workflows/check-for-reproducer.yml +++ b/.github/workflows/check-for-reproducer.yml @@ -10,7 +10,7 @@ on: jobs: check-for-reproducer: runs-on: ubuntu-latest - if: github.repository == 'facebook/react-native' + if: github.repository == 'facebook/react-native' && github.event.issue.pull_request == null steps: - uses: actions/checkout@v3 - uses: actions/github-script@v6