From 51ffe468dd224b56bce84d07b0fbc3586ae6a312 Mon Sep 17 00:00:00 2001 From: Stuart Harris Date: Tue, 21 Nov 2023 11:45:37 +0000 Subject: [PATCH] try again --- .github/workflows/release-plz.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index af80f0b2c..d438b0ba8 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -19,9 +19,8 @@ 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 }} + if: + ${{ github.event.pull_request.head.repo.full_name == github.repository }} steps: - name: Checkout repository uses: actions/checkout@v4