This is an automated email from the ASF dual-hosted git repository. qiaojialin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/iotdb-web-workbench.git
commit f7adfb0a907869616deaeb441a2776c8cef10502 Author: Julian Feinauer <[email protected]> AuthorDate: Sat Sep 11 15:11:05 2021 +0200 Renamed Workflows --- .github/workflows/default.yml | 2 +- .github/workflows/frontend.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index d0b7938..60802e7 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -1,7 +1,7 @@ # This workflow will build a Java project with Maven # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven -name: Main Mac and Linux +name: Backend on: push: diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 0022604..2c19095 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -1,7 +1,7 @@ # This workflow will build a Java project with Maven # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven -name: Main Mac and Linux +name: Frontend on: push:
