diff --git a/.github/workflows/codacy-analysis.yml b/.github/workflows/codacy-analysis.yml index 4fc25e8..3c023b9 100644 --- a/.github/workflows/codacy-analysis.yml +++ b/.github/workflows/codacy-analysis.yml @@ -11,7 +11,7 @@ # For more information on Codacy Analysis CLI in general, see # https://github.com/codacy/codacy-analysis-cli. -name: Codacy Security Scan +name: "Codacy Security Scan" on: push: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 2371afe..d6f8837 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -9,7 +9,7 @@ # the `language` matrix defined below to confirm you have the correct set of # supported CodeQL languages. # -name: "CodeQL" +name: "CodeQL Analysis" on: push: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 506585f..45102ab 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,7 +1,7 @@ # This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven -name: Deploy +name: "Project Deploy" on: # 支持手动触发构建 diff --git a/.github/workflows/javadoc.yml b/.github/workflows/javadoc.yml index 34eeb8c..e9101c8 100644 --- a/.github/workflows/javadoc.yml +++ b/.github/workflows/javadoc.yml @@ -1,7 +1,7 @@ # This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven -name: Javadoc +name: "Javadoc Deployment" on: # 支持手动触发构建 diff --git a/.github/workflows/sonar-analyze.yml b/.github/workflows/sonar-analyze.yml index dfb98dc..3fb6ebf 100644 --- a/.github/workflows/sonar-analyze.yml +++ b/.github/workflows/sonar-analyze.yml @@ -1,4 +1,4 @@ -name: Build +name: "Sonar Analyze" on: push: branches: