From 411a820f1d4af7e2c3b464d9fe6c217a83fa85ea Mon Sep 17 00:00:00 2001 From: Denghui Dong Date: Mon, 9 Oct 2023 12:37:32 +0800 Subject: [PATCH] chore: rename ci.yml to commit-check.yml --- .github/workflows/{ci.yml => commit-check.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{ci.yml => commit-check.yml} (95%) diff --git a/.github/workflows/ci.yml b/.github/workflows/commit-check.yml similarity index 95% rename from .github/workflows/ci.yml rename to .github/workflows/commit-check.yml index 31a354f7..f11d8897 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/commit-check.yml @@ -11,12 +11,12 @@ # SPDX-License-Identifier: EPL-2.0 # -name: ci +name: commit-check on: [push, pull_request] jobs: - ci: + commit-check: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3