diff --git a/.github/workflows/update-version.yml b/.github/workflows/update-version.yml index 33880f9d..dd807a71 100644 --- a/.github/workflows/update-version.yml +++ b/.github/workflows/update-version.yml @@ -10,6 +10,8 @@ on: jobs: update-version: runs-on: ubuntu-latest + # Don't run on fork PRs + if: github.event.pull_request.head.repo.full_name == github.repository permissions: pull-requests: write contents: write