ci: Only post QA metrics on n8n-io/n8n monorepo (#28692)
Some checks are pending
CI: Master (Build, Test, Lint) / Build for Github Cache (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (push) Waiting to run
CI: Master (Build, Test, Lint) / Lint (push) Waiting to run
CI: Master (Build, Test, Lint) / Performance (push) Waiting to run
CI: Master (Build, Test, Lint) / Notify Slack on failure (push) Blocked by required conditions

This commit is contained in:
Matsu 2026-04-21 07:59:06 +03:00 committed by GitHub
parent 9a65549575
commit 0d98d29ae4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,8 @@ jobs:
name: Post Metrics Comment
if: >-
github.event_name == 'pull_request' &&
!github.event.pull_request.head.repo.fork
!github.event.pull_request.head.repo.fork &&
github.repository == 'n8n-io/n8n'
runs-on: ubuntu-slim
continue-on-error: true
permissions: