You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by zh...@apache.org on 2022/08/29 14:59:40 UTC

[incubator-hugegraph-toolchain] branch master updated: Unify CI job names in the format 'xx-ci' (#300)

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

zhaocong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-toolchain.git


The following commit(s) were added to refs/heads/master by this push:
     new c091e6b  Unify CI job names in the format 'xx-ci' (#300)
c091e6b is described below

commit c091e6b62a61cf2eeccb7af291ff98647e7f0b2e
Author: Jermy Li <je...@apache.org>
AuthorDate: Mon Aug 29 22:59:35 2022 +0800

    Unify CI job names in the format 'xx-ci' (#300)
---
 .github/workflows/client-ci.yml | 2 +-
 .github/workflows/loader-ci.yml | 2 +-
 .github/workflows/release.yml   | 2 +-
 .github/workflows/stale.yml     | 1 -
 .github/workflows/tools-ci.yml  | 2 +-
 5 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/client-ci.yml b/.github/workflows/client-ci.yml
index 7f69cf0..2def741 100644
--- a/.github/workflows/client-ci.yml
+++ b/.github/workflows/client-ci.yml
@@ -23,7 +23,7 @@ on:
       - pom.xml
 
 jobs:
-  build:
+  client-ci:
     runs-on: ubuntu-20.04
     env:
       TRAVIS_DIR: hugegraph-client/assembly/travis
diff --git a/.github/workflows/loader-ci.yml b/.github/workflows/loader-ci.yml
index fa6dea6..9cb26a5 100644
--- a/.github/workflows/loader-ci.yml
+++ b/.github/workflows/loader-ci.yml
@@ -23,7 +23,7 @@ on:
       - pom.xml
 
 jobs:
-  build:
+  loader-ci:
     runs-on: ubuntu-20.04
     env:
       TRAVIS_DIR: hugegraph-loader/assembly/travis
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index aef83b5..115cd33 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -6,7 +6,7 @@ on:
     types: [ published ]
 
 jobs:
-  build:
+  release:
     runs-on: ubuntu-20.04
     env:
       STATIC_DIR: assembly/static
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 9f428d1..0c53ad5 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -6,7 +6,6 @@ on:
 
 jobs:
   stale:
-
     runs-on: ubuntu-latest
     permissions:
       issues: write
diff --git a/.github/workflows/tools-ci.yml b/.github/workflows/tools-ci.yml
index 204a9c1..f0134cf 100644
--- a/.github/workflows/tools-ci.yml
+++ b/.github/workflows/tools-ci.yml
@@ -22,7 +22,7 @@ on:
       - pom.xml
 
 jobs:
-  build:
+  tools-ci:
     runs-on: ubuntu-20.04
     env:
       TRAVIS_DIR: hugegraph-tools/assembly/travis