diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc00c1c254..6ec9702cd5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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; }