🔧 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: <Component>" pattern. Rename it to "CI: MCP"
for consistency in the GitHub Actions listing.
This commit is contained in:
David Barragán Merino 2026-08-14 20:14:29 +02:00
parent ba235f46c9
commit 59ef07633a

View File

@ -1,4 +1,4 @@
name: "MCP CI"
name: "CI: MCP"
on:
pull_request: