diff --git a/.github/workflows/build-client-server.yml b/.github/workflows/build-client-server.yml index c4029239ed82..550758e0fcbd 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]