From b849d348297f430ca9a27e7c01abab404e463e33 Mon Sep 17 00:00:00 2001 From: Sagar Khalasi Date: Mon, 24 Jun 2024 12:00:23 +0530 Subject: [PATCH] ci: Fix non used matrix parameter in build-client-server.yml (#34417) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description Fix non used matrix parameter in build-client-server.yml. It was removed from originated function parameter. Fixes #`34418` ## Automation /ok-to-test tags="@tag.Sanity" ### :mag: Cypress test results > [!IMPORTANT] > 🟣 🟣 🟣 Your tests are running. > Tests running at: > Commit: acc2e4d8af13ae3c29a429c0e4db069976d69826 > Workflow: `PR Automation test suite` > Tags: `@tag.Sanity` ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [x] No --- .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 52253d4d03..c4029239ed 100644 --- a/.github/workflows/build-client-server.yml +++ b/.github/workflows/build-client-server.yml @@ -131,7 +131,6 @@ jobs: secrets: inherit with: pr: ${{fromJson(needs.file-check.outputs.pr)}} - matrix: ${{needs.file-check.outputs.matrix_count}} ci-test-limited-existing-docker-image: needs: [file-check]