From aecfee0f02893ad0d1c212fc6f0b91b89237dff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Fri, 14 Aug 2026 20:14:29 +0200 Subject: [PATCH] :wrench: Align MCP workflow name with the rest of CI workflows The MCP workflow was named "MCP CI" while every other tests-*.yml workflow uses the "CI: " pattern. Rename it to "CI: MCP" for consistency in the GitHub Actions listing. --- .github/workflows/tests-mcp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-mcp.yml b/.github/workflows/tests-mcp.yml index 6f8eadcadd..317d82dca2 100644 --- a/.github/workflows/tests-mcp.yml +++ b/.github/workflows/tests-mcp.yml @@ -1,4 +1,4 @@ -name: "MCP CI" +name: "CI: MCP" on: pull_request: