From 78c556e8752b2eca5cae16d2868bea289b2d46a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Tue, 19 Aug 2025 09:54:27 +0200 Subject: [PATCH] ci: Run Postgres and MySQL tests on changes to module entities and repositories (#18526) --- .github/workflows/ci-postgres-mysql.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-postgres-mysql.yml b/.github/workflows/ci-postgres-mysql.yml index d9b37b343b..79007604e0 100644 --- a/.github/workflows/ci-postgres-mysql.yml +++ b/.github/workflows/ci-postgres-mysql.yml @@ -9,6 +9,8 @@ on: - packages/cli/src/databases/** - packages/@n8n/db/** - packages/cli/src/modules/*/database/** + - packages/cli/src/modules/**/*.entity.ts + - packages/cli/src/modules/**/*.repository.ts - packages/cli/test/integration/** - packages/cli/test/shared/db/** - packages/@n8n/db/**