From 53b56dbf0c384b28fb40db1b6500a11a27449cf3 Mon Sep 17 00:00:00 2001 From: "n8n-cat-bot[bot]" <283985454+n8n-cat-bot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 09:02:39 +0100 Subject: [PATCH] ci: Tune instance-ai discovery eval runner and triggers (#31697) Co-authored-by: n8n-cat-bot[bot] Co-authored-by: Claude Opus 4.7 --- .github/workflows/ci-pull-requests.yml | 1 + .github/workflows/test-evals-discovery.yml | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-pull-requests.yml b/.github/workflows/ci-pull-requests.yml index 2fad3d9d4df..5441cb9b104 100644 --- a/.github/workflows/ci-pull-requests.yml +++ b/.github/workflows/ci-pull-requests.yml @@ -340,6 +340,7 @@ jobs: needs.install-and-build.result == 'success' && needs.install-and-build.outputs.instance_ai_workflow_eval == 'true' && github.repository == 'n8n-io/n8n' && + github.event_name != 'merge_group' && (github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork) uses: ./.github/workflows/test-evals-discovery.yml with: diff --git a/.github/workflows/test-evals-discovery.yml b/.github/workflows/test-evals-discovery.yml index 70900216602..814fb0819ac 100644 --- a/.github/workflows/test-evals-discovery.yml +++ b/.github/workflows/test-evals-discovery.yml @@ -36,7 +36,7 @@ on: jobs: run-discovery-evals: name: 'Run Discovery Evals' - runs-on: blacksmith-2vcpu-ubuntu-2204 + runs-on: blacksmith-4vcpu-ubuntu-2204 timeout-minutes: 15 permissions: contents: read @@ -51,8 +51,6 @@ jobs: - name: Setup Environment uses: ./.github/actions/setup-nodejs - with: - build-command: 'pnpm build' - name: Export Node Types run: |