This is an automated email from the ASF dual-hosted git repository.
terrymanu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 25427fab94c Rename MCP unit test workflow (#38790)
25427fab94c is described below
commit 25427fab94c911f6245f9d5ac2554710c08bb46c
Author: Liang Zhang <[email protected]>
AuthorDate: Wed Jun 3 19:20:31 2026 +0800
Rename MCP unit test workflow (#38790)
Rename the dedicated MCP JDK 21 unit test workflow to ci-mcp.yml
and align its workflow, concurrency, and job display names with the
existing operation-domain GitHub Actions naming pattern.
---
.github/workflows/{jdk21-subchain-ci.yml => ci-mcp.yml} | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/jdk21-subchain-ci.yml
b/.github/workflows/ci-mcp.yml
similarity index 91%
rename from .github/workflows/jdk21-subchain-ci.yml
rename to .github/workflows/ci-mcp.yml
index 4e12ad1a33c..10d9c5cd68b 100644
--- a/.github/workflows/jdk21-subchain-ci.yml
+++ b/.github/workflows/ci-mcp.yml
@@ -15,19 +15,19 @@
# limitations under the License.
#
-name: JDK 21 Subchain - CI
+name: CI - MCP
on:
pull_request:
branches: [ master ]
paths:
- - '.github/workflows/jdk21-subchain-ci.yml'
+ - '.github/workflows/ci-mcp.yml'
- 'pom.xml'
- 'mcp/**'
workflow_dispatch:
concurrency:
- group: jdk21-subchain-ci-${{ github.workflow }}-${{ github.ref }}
+ group: ci-mcp-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
@@ -38,7 +38,7 @@ env:
jobs:
mcp-unit-tests:
- name: MCP - Unit Tests
+ name: MCP - Unit Tests with JDK 21
if: github.repository == 'apache/shardingsphere'
runs-on: ubuntu-latest
timeout-minutes: 30