Skip to content

Commit

Permalink
don't run release-plz if PR from fork
Browse files Browse the repository at this point in the history
  • Loading branch information
StuartHarris committed Nov 21, 2023
1 parent 8973e9c commit 98777e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98777e1

Please sign in to comment.