Skip to content

Commit

Permalink
chore: revert skip
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts committed Jul 1, 2024
1 parent 2c96e5b commit 1415e03
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/ci/githubActions/createMatrix.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ async function createClientMatrix(baseBranch: string): Promise<void> {

// 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) {
Expand Down

0 comments on commit 1415e03

Please sign in to comment.