From cb89dda2ed4b7da8f1e245eae33374f5c1dd4060 Mon Sep 17 00:00:00 2001 From: yatinappsmith <84702014+yatinappsmith@users.noreply.github.com> Date: Mon, 24 Jun 2024 12:13:20 +0530 Subject: [PATCH] ci: removed matrix for ci-test-limit (#34420) ## Description removed matrix for ci-test-limit Fixes #`Issue Number` _or_ Fixes `Issue URL` > [!WARNING] > _If no issue exists, please create an issue first, and check with the maintainers if the issue is valid._ ## Automation /ok-to-test tags="" ### :mag: Cypress test results > [!CAUTION] > If you modify the content in this section, you are likely to disrupt the CI result for your PR. ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [ ] No ## Summary by CodeRabbit - **Chores** - Updated CI workflows to streamline the `ci-test-limited` job by removing the `matrix` configuration. --- .github/workflows/build-client-server.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-client-server.yml b/.github/workflows/build-client-server.yml index c4029239ed..550758e0fc 100644 --- a/.github/workflows/build-client-server.yml +++ b/.github/workflows/build-client-server.yml @@ -142,7 +142,6 @@ jobs: with: pr: ${{fromJson(needs.file-check.outputs.pr)}} previous-workflow-run-id: ${{ fromJson(needs.file-check.outputs.runId) }} - matrix: ${{ needs.file-check.outputs.matrix_count }} ci-test-limited-result: needs: [file-check, ci-test-limited]