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

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


The following commit(s) were added to refs/heads/branch-1.9 by this push:
     new fae3ab2c3 ORC-1428: Setup GitHub Action CI on `branch-1.9`
fae3ab2c3 is described below

commit fae3ab2c37688494150978946367e042490e7fec
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu May 18 14:03:26 2023 -0700

    ORC-1428: Setup GitHub Action CI on `branch-1.9`
    
    ### What changes were proposed in this pull request?
    
    This PR aims to enable `GitHub Action CI` on `branch-1.9`.
    
    ### Why are the changes needed?
    
    The GitHub Action is not triggered currently on `branch-1.9`.
    - Commit: 
https://github.com/apache/orc/commit/e1c3ef5ebd721f4b9ab5da358b4508041e787e1b,
    
    ### How was this patch tested?
    
    This should be verified after merging.
    
    Closes #1505 from dongjoon-hyun/ORC-1428.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 .github/workflows/build_and_test.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build_and_test.yml 
b/.github/workflows/build_and_test.yml
index 6fee9160b..2ef3ae105 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -6,13 +6,13 @@ on:
     - 'docker'
     - 'site/**'
     branches:
-    - main
+    - branch-1.9
   pull_request:
     paths-ignore:
     - 'docker'
     - 'site/**'
     branches:
-    - main
+    - branch-1.9
 
 # Cancel previous PR build and test
 concurrency:

Reply via email to