diff --git a/.github/workflows/stylecheck-prs.yml b/.github/workflows/stylecheck-prs.yml index 48f5bb11..73d4c33a 100644 --- a/.github/workflows/stylecheck-prs.yml +++ b/.github/workflows/stylecheck-prs.yml @@ -6,6 +6,7 @@ on: jobs: stylecheck: runs-on: ubuntu-latest + if: github.event.pull_request.head.repo.full_name == github.repository steps: - name: checkout uses: actions/checkout@v2