This is an automated email from the ASF dual-hosted git repository.

coolfrog pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-horaedb.git


The following commit(s) were added to refs/heads/main by this push:
     new 423f0b22 chore: rename ci's prefix name (#1467)
423f0b22 is described below

commit 423f0b22ad593005dd2baa33615f5ad8dad32fad
Author: Ruixiang Tan <[email protected]>
AuthorDate: Mon Jan 29 09:54:20 2024 +0800

    chore: rename ci's prefix name (#1467)
    
    ## Rationale
    horaemeta and horaedb ci names are too close to identify.
    
    ## Detailed Changes
    rename meta's ci name
    
    ## Test Plan
    UT
---
 .github/workflows/check.yml              | 2 +-
 .github/workflows/ci.yml                 | 2 +-
 .github/workflows/docker-build-image.yml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index 7a571022..fcebc29b 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-name: Check
+name: HoraeMeta
 on:
   pull_request:
     paths-ignore:
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 861d4609..1bcb5594 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-name: CI
+name: HoraeDB
 
 on:
   merge_group:
diff --git a/.github/workflows/docker-build-image.yml 
b/.github/workflows/docker-build-image.yml
index 64a55327..6efb49b8 100644
--- a/.github/workflows/docker-build-image.yml
+++ b/.github/workflows/docker-build-image.yml
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-name: Test Docker image build
+name: Test HoraeDB Docker image build
 
 on:
   workflow_dispatch:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to