chore(ci): disable running release-plz on forked repositories (#1730)

See https://github.com/jdssl/ratatui/pull/1#issuecomment-2739366609
This commit is contained in:
Orhun Parmaksız 2025-03-25 11:49:11 +03:00 committed by GitHub
parent 2739391950
commit b3f3c9bfd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,6 +15,7 @@ jobs:
release-plz-release:
name: Release-plz release
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'ratatui' }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
@ -34,6 +35,7 @@ jobs:
release-plz-pr:
name: Release-plz PR
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'ratatui' }}
concurrency:
group: release-plz-${{ github.ref }}
cancel-in-progress: false