This is an automated email from the ASF dual-hosted git repository.

adonisling pushed a commit to branch clucene
in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git


The following commit(s) were added to refs/heads/clucene by this push:
     new 37b0491  [chore] Assign names to the build jobs (#46)
37b0491 is described below

commit 37b0491072a569827696ef68459689aae977845d
Author: Adonis Ling <[email protected]>
AuthorDate: Tue Mar 21 18:19:05 2023 +0800

    [chore] Assign names to the build jobs (#46)
    
    We should mark the build workflow required. Therefore, we should assign 
names to the build jobs in order to set up the .asf.yml.
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7aeafa3..d9dcacc 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -21,7 +21,6 @@ on: ['push', 'pull_request']
 
 jobs:
   build:
-    name: Build
     strategy:
       matrix:
         config:
@@ -75,6 +74,7 @@ jobs:
               'openjdk-11-jdk-headless'
               'maven'
 
+    name: Build (${{ matrix.config.name }})
     runs-on: ${{ matrix.config.os }}
     steps:
       - name: Prepare for ${{ matrix.config.os }}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to