Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
StuartHarris committed Nov 21, 2023
1 parent 98777e1 commit 51ffe46
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51ffe46

Please sign in to comment.