From 0282cc43b5b4c79d4fc10568c184f295ee681745 Mon Sep 17 00:00:00 2001 From: Chengcheng Jin Date: Fri, 13 Mar 2026 15:29:01 +0000 Subject: [PATCH] [CI] Fix the concurrency of code format check --- .github/workflows/code_format.yml | 2 +- .github/workflows/scala_code_format.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/code_format.yml b/.github/workflows/code_format.yml index ddabff6e9f8d..67a61e19e7d3 100644 --- a/.github/workflows/code_format.yml +++ b/.github/workflows/code_format.yml @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: Code Format Check +name: Cpp Code Format Check on: pull_request: paths: diff --git a/.github/workflows/scala_code_format.yml b/.github/workflows/scala_code_format.yml index dbaa623ddae5..b8fa55c60b7b 100644 --- a/.github/workflows/scala_code_format.yml +++ b/.github/workflows/scala_code_format.yml @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: Code Format Check +name: Scala Code Format Check on: pull_request: paths: @@ -39,7 +39,7 @@ concurrency: jobs: - scala-format-check: + format-check: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4