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

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


The following commit(s) were added to refs/heads/main by this push:
     new 734f9d1d1 ORC-1997: [FOLLOWUP] Add `workflow_call` to 
`build_and_test.yml`
734f9d1d1 is described below

commit 734f9d1d1075dfa3ed796ef73cef207eba05dad6
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Sep 12 15:42:13 2025 -0700

    ORC-1997: [FOLLOWUP] Add `workflow_call` to `build_and_test.yml`
    
    ### What changes were proposed in this pull request?
    
    This is a follow-up to reuse `build_and_test.yml` in the daily CI.
    - #2399
    
    ### Why are the changes needed?
    
    Without this, the daily CI fails.
    
    ### How was this patch tested?
    
    Manual review.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #2400 from dongjoon-hyun/ORC-1997-2.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 .github/workflows/build_and_test.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/build_and_test.yml 
b/.github/workflows/build_and_test.yml
index 3dd048a06..30b26639f 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -30,6 +30,7 @@ on:
     - 'conan/**'
     branches:
     - main
+  workflow_call:
 
 # Cancel previous PR build and test
 concurrency:

Reply via email to