Skip to content

Commit

Permalink
[hertzbeat] release hertzbeat version v1.4.3
Browse files Browse the repository at this point in the history
Signed-off-by: tomsun28 <[email protected]>
  • Loading branch information
tomsun28 committed Dec 7, 2023
1 parent 4138938 commit 2983b83
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -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: Java CI with Maven
name: Backend CI

on:
push:
Expand All @@ -11,9 +11,7 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc-pdf-builder.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'hertzbeat-doc-pdf-builder'
name: 'HertzBeat Doc Pdf Builder'
on:
page_build

Expand Down
Original file line number Diff line number Diff line change
@@ -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: Node CI with Yarn
name: Frontend CI

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/issues-translator.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: 'issues-translator'
name: 'Issues Translator'
on:
issue_comment:
types: [created]
issues:
types: [opened]

jobs:
build:
translate:
runs-on: ubuntu-latest
steps:
- uses: usthe/[email protected]
Expand Down

0 comments on commit 2983b83

Please sign in to comment.