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

wangzhen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new a2d9e66e46 [KYUUBI #6846] Enable gluten CI for kyuubi apache repo
a2d9e66e46 is described below

commit a2d9e66e46d1c3e1cbcbb23783f96ac056f710aa
Author: wforget <[email protected]>
AuthorDate: Mon Dec 9 19:56:37 2024 +0800

    [KYUUBI #6846] Enable gluten CI for kyuubi apache repo
    
    ### Why are the changes needed?
    
    Enable gluten CI for kyuubi apache repo
    
    ### How was this patch tested?
    
    Review
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No
    
    Closes #6846 from wForget/gluten_ci.
    
    Closes #6846
    
    22ab3ada8 [wforget] Enable gluten CI for kyuubi apache repo
    
    Authored-by: wforget <[email protected]>
    Signed-off-by: wforget <[email protected]>
---
 .github/workflows/gluten.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/gluten.yml b/.github/workflows/gluten.yml
index e572a93d3d..4e0e3a11d1 100644
--- a/.github/workflows/gluten.yml
+++ b/.github/workflows/gluten.yml
@@ -27,6 +27,7 @@ env:
 jobs:
   gluten-build:
     name: Build Gluten
+    if: ${{ startsWith(github.repository, 'apache/') }}
     runs-on: ubuntu-24.04
     steps:
       - uses: actions/checkout@v4

Reply via email to