n8n/.github/workflows/ci-instance-ai-evals.yml
José Braulio González Valido da3e6b1635
ci: Disable Instance AI eval auto-trigger on PR review (no-changelog) (#30930)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-22 07:57:27 +00:00

24 lines
549 B
YAML

name: 'CI: Instance AI Evals'
# Auto-trigger disabled — run manually via workflow_dispatch.
on:
workflow_dispatch:
inputs:
branch:
description: 'GitHub branch to test'
required: false
default: 'master'
concurrency:
group: instance-ai-evals-${{ github.ref }}
cancel-in-progress: true
jobs:
run-evals:
name: Instance AI Workflow Evals
if: github.repository == 'n8n-io/n8n'
uses: ./.github/workflows/test-evals-instance-ai.yml
with:
branch: ${{ inputs.branch }}
secrets: inherit