Skip to content

Commit

Permalink
chore: rename ci's prefix name (#1467)
Browse files Browse the repository at this point in the history
## Rationale
horaemeta and horaedb ci names are too close to identify.

## Detailed Changes
rename meta's ci name

## Test Plan
UT
  • Loading branch information
tanruixiang authored Jan 29, 2024
1 parent 5ec187e commit 423f0b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

name: Check
name: HoraeMeta
on:
pull_request:
paths-ignore:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

name: CI
name: HoraeDB

on:
merge_group:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

name: Test Docker image build
name: Test HoraeDB Docker image build

on:
workflow_dispatch:
Expand Down

0 comments on commit 423f0b2

Please sign in to comment.