diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 3c6818daf..af80f0b2c 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -19,6 +19,9 @@ jobs: release-plz: name: Release-plz runs-on: ubuntu-latest + if: | + ${{ github.event.pull_request.head.repo.full_name == + github.event.pull_request.base.repo.full_name }} steps: - name: Checkout repository uses: actions/checkout@v4