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

yuanzhou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new 7951f6dcfe [CI][VL] Trigger nightly job on merge instead of pull 
request (#10464)
7951f6dcfe is described below

commit 7951f6dcfe6beecad14dd216c33c0a3ce4c03725
Author: PHILO-HE <[email protected]>
AuthorDate: Sun Aug 17 19:41:59 2025 +0800

    [CI][VL] Trigger nightly job on merge instead of pull request (#10464)
---
 .github/workflows/velox_nightly.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/velox_nightly.yml 
b/.github/workflows/velox_nightly.yml
index 268c7e050d..8d82ed757d 100644
--- a/.github/workflows/velox_nightly.yml
+++ b/.github/workflows/velox_nightly.yml
@@ -16,7 +16,9 @@
 name: Velox backend nightly release
 
 on:
-  pull_request:
+  push:
+    branches:
+      - main
     paths:
       - '.github/workflows/velox_nightly.yml'
   schedule:


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

Reply via email to