diff --git a/.github/workflows/pr-guard.yml b/.github/workflows/pr-guard.yml index 46faf7f..9b74d6f 100644 --- a/.github/workflows/pr-guard.yml +++ b/.github/workflows/pr-guard.yml @@ -1,4 +1,4 @@ -name: "PR files guard" +name: "PR guard" on: pull_request: @@ -6,6 +6,7 @@ on: jobs: check-dist: + if: github.event.pull_request.head.repo.full_name != github.repository runs-on: ubuntu-latest permissions: pull-requests: write