diff --git a/scripts/ci/createMatrix.ts b/scripts/ci/createMatrix.ts index 74143bd598f..ca401d8b516 100644 --- a/scripts/ci/createMatrix.ts +++ b/scripts/ci/createMatrix.ts @@ -40,7 +40,7 @@ async function getClientMatrix({ for (const { language, client, output } of Object.values(GENERATORS)) { // `algoliasearch` is an aggregation of clients - if (language !== forLanguage || client === 'algoliasearch') { + if (forLanguage !== language || client === 'algoliasearch') { continue; }