You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2021/01/11 00:13:35 UTC

[orc] branch branch-1.6 updated: MINOR: Rename GitHub Action job name to `Build and test` (#621)

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

dongjoon pushed a commit to branch branch-1.6
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-1.6 by this push:
     new 2fc9ffb  MINOR: Rename GitHub Action job name to `Build and test` (#621)
2fc9ffb is described below

commit 2fc9ffb16d875718f28e27423de5260ccf8f94c4
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Sun Jan 10 16:12:09 2021 -0800

    MINOR: Rename GitHub Action job name to `Build and test` (#621)
    
    This PR aims to rename the job name of `build_and_test.yml` file to `Build and test`.
    
    Currently, this has a branch name.
    - In `master` branch, `master` is the job name
    - In `branch-1.6` branch, `branch-1.6` is the job name.
    
    The correct usage is having the same name for the same jobs.
    
    Note that GitHub Action log view page has a filtering feature by branch names because of this.
    
    Pass the GitHub Action.
    
    (cherry picked from commit 6a12968f157c58be0a903549c7f7f7e1ea08cf67)
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 .github/workflows/build_and_test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml
index 879eccd..b67028d 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -1,4 +1,4 @@
-name: branch-1.6
+name: Build and test
 
 on:
   push: