Only run PR rebase needed check on non-fork repos (#31401)

pull/31380/head
Matt Jankowski 2 months ago committed by GitHub
parent 3a787d785c
commit 2e85167188
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -10,6 +10,7 @@ permissions:
jobs:
label-rebase-needed:
runs-on: ubuntu-latest
if: github.repository == 'mastodon/mastodon'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

Loading…
Cancel
Save