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