From 0d98d29ae4d6497af5054d6a391fdf8f89e92514 Mon Sep 17 00:00:00 2001 From: Matsu Date: Tue, 21 Apr 2026 07:59:06 +0300 Subject: [PATCH] ci: Only post QA metrics on n8n-io/n8n monorepo (#28692) --- .github/workflows/util-qa-metrics-comment-reusable.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/util-qa-metrics-comment-reusable.yml b/.github/workflows/util-qa-metrics-comment-reusable.yml index d40048ea158..f9f4419ccd0 100644 --- a/.github/workflows/util-qa-metrics-comment-reusable.yml +++ b/.github/workflows/util-qa-metrics-comment-reusable.yml @@ -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: