From 1415e03ae92d06b9236e202e57c42259224175be Mon Sep 17 00:00:00 2001 From: shortcuts Date: Mon, 1 Jul 2024 18:00:56 +0200 Subject: [PATCH] chore: revert skip --- scripts/ci/githubActions/createMatrix.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/ci/githubActions/createMatrix.ts b/scripts/ci/githubActions/createMatrix.ts index 0fa02778d0..5dd205eb9d 100644 --- a/scripts/ci/githubActions/createMatrix.ts +++ b/scripts/ci/githubActions/createMatrix.ts @@ -19,10 +19,6 @@ async function createClientMatrix(baseBranch: string): Promise { // iterate over every generators to see what changed for (const { language, client, output } of Object.values(GENERATORS)) { - if (language !== 'kotlin') { - continue; - } - const bundledSpec = client === 'algoliasearch' ? 'search' : client; if (!commonDependenciesChanged) {