mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
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:
co-authored by
Claude Opus 4.7
parent
fbff830cce
commit
895df2ca28
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user