mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-12 16:10:30 +02:00
ci: Run ci-pr-quality only on n8n team PRs (#28773)
This commit is contained in:
parent
6592ed8047
commit
cb9882ce9c
2
.github/workflows/ci-pr-quality.yml
vendored
2
.github/workflows/ci-pr-quality.yml
vendored
|
|
@ -48,6 +48,7 @@ jobs:
|
|||
# by checking the checkbox in the PR summary.
|
||||
if: |
|
||||
github.event_name == 'pull_request' &&
|
||||
github.event.pull_request.head.repo.full_name == github.repository &&
|
||||
!contains(github.event.pull_request.labels.*.name, 'automation:backport') &&
|
||||
!contains(github.event.pull_request.title, '(backport to')
|
||||
runs-on: ubuntu-latest
|
||||
|
|
@ -76,6 +77,7 @@ jobs:
|
|||
# Allows for override via '/size-limit-override' comment
|
||||
if: |
|
||||
github.event_name == 'pull_request' &&
|
||||
github.event.pull_request.head.repo.full_name == github.repository &&
|
||||
!contains(github.event.pull_request.labels.*.name, 'automation:backport') &&
|
||||
!contains(github.event.pull_request.title, '(backport to')
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user