ci: never overlap SQLite and the legacy adapters in the matrix

Default per-PR runs target SQLite/shared only. PRs that bump
utopia-php/database swap to the legacy MariaDB/PostgreSQL/MongoDB matrix
across both modes — SQLite is excluded there since the SQLite layer is
already covered by every other PR.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jake Barnby
2026-04-30 14:27:58 +12:00
co-authored by Claude Opus 4.7
parent fbff830cce
commit 895df2ca28
+1 -1
View File
@@ -223,7 +223,7 @@ jobs:
const pr = context.payload.pull_request;
if (!pr) {
core.setOutput('databases', JSON.stringify([...defaultDatabases, ...fullMatrixDatabases]));
core.setOutput('databases', JSON.stringify(fullMatrixDatabases));
core.setOutput('modes', JSON.stringify(fullMatrixModes));
return;
}