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: