This is an automated email from the ASF dual-hosted git repository.
panxiaolei pushed a commit to branch dev_0308
in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git
The following commit(s) were added to refs/heads/dev_0308 by this push:
new 2cb2648580 reset
2cb2648580 is described below
commit 2cb26485800f6fce9d20c9fd8b5cad47ec76eaf7
Author: BiteTheDDDDt <[email protected]>
AuthorDate: Fri Mar 8 17:27:10 2024 +0800
reset
---
.github/workflows/clucene-ut.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/clucene-ut.yml b/.github/workflows/clucene-ut.yml
index 302934cbce..4c28612fd9 100644
--- a/.github/workflows/clucene-ut.yml
+++ b/.github/workflows/clucene-ut.yml
@@ -28,8 +28,8 @@ concurrency:
cancel-in-progress: true
jobs:
- build_linux:
- name: Build (Linux)
+ run_clucene_ut_linux:
+ name: CLucene UT (Linux)
runs-on: ubuntu-22.04
steps:
- name: "Checkout ${{ github.event.pull_request.number }} ${{
github.event.pull_request.head.sha }}"
@@ -76,8 +76,8 @@ jobs:
# uses: mxschmitt/action-tmate@v3
# timeout-minutes: 30
- build_macos:
- name: Build (MacOS)
+ run_clucene_ut_macos:
+ name: CLucene UT (MacOS)
runs-on: macos-12
steps:
- name: "Checkout ${{ github.event.pull_request.number }} ${{
github.event.pull_request.head.sha }}"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]