You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2022/07/01 00:51:55 UTC

[servicecomb-java-chassis] branch master updated: [SCB-2627] optimize the github workflow name (#3166)

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

liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git


The following commit(s) were added to refs/heads/master by this push:
     new fb60baa3e [SCB-2627] optimize the github workflow name (#3166)
fb60baa3e is described below

commit fb60baa3ed62eb084cb2fc4545253485b38a0e47
Author: ZhangJian He <sh...@gmail.com>
AuthorDate: Fri Jul 1 08:51:48 2022 +0800

    [SCB-2627] optimize the github workflow name (#3166)
---
 .github/workflows/checkstyle.yml | 2 +-
 .github/workflows/rat_check.yml  | 2 +-
 .github/workflows/spotbugs.yml   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/checkstyle.yml b/.github/workflows/checkstyle.yml
index 4815c5a0c..e179c1c4b 100644
--- a/.github/workflows/checkstyle.yml
+++ b/.github/workflows/checkstyle.yml
@@ -24,7 +24,7 @@ on:
       - master
 
 jobs:
-  publish:
+  checkstyle:
     timeout-minutes: 60
     runs-on: ubuntu-latest
     steps:
diff --git a/.github/workflows/rat_check.yml b/.github/workflows/rat_check.yml
index b96779b6d..ff638344f 100644
--- a/.github/workflows/rat_check.yml
+++ b/.github/workflows/rat_check.yml
@@ -27,7 +27,7 @@ on:
       - master
 
 jobs:
-  publish:
+  rat_check:
     timeout-minutes: 60
     runs-on: ubuntu-latest
     steps:
diff --git a/.github/workflows/spotbugs.yml b/.github/workflows/spotbugs.yml
index 94874222f..3b78bc8cd 100644
--- a/.github/workflows/spotbugs.yml
+++ b/.github/workflows/spotbugs.yml
@@ -24,7 +24,7 @@ on:
       - master
 
 jobs:
-  publish:
+  spotbugs:
     timeout-minutes: 60
     runs-on: ubuntu-latest
     steps: