diff --git a/.github/workflows/pr_labels.yml b/.github/workflows/pr_labels.yml index 215a98e..d172b12 100644 --- a/.github/workflows/pr_labels.yml +++ b/.github/workflows/pr_labels.yml @@ -9,6 +9,8 @@ on: jobs: main: + # Only run on local PRs, not forks + if: github.event.pull_request.head.repo.full_name == github.repository runs-on: ubuntu-latest steps: - uses: actions/checkout@v4