This is an automated email from the ASF dual-hosted git repository.
hongze 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 db8e533f7c [VL] Fix missing path `package/**` from the Velox backend
PR CI path trigger (#10538)
db8e533f7c is described below
commit db8e533f7cbdbb29c2ee9f114de3a7dbeeb31f4d
Author: Hongze Zhang <[email protected]>
AuthorDate: Wed Aug 27 09:58:47 2025 +0200
[VL] Fix missing path `package/**` from the Velox backend PR CI path
trigger (#10538)
---
.github/workflows/velox_backend_arm.yml | 1 +
.github/workflows/velox_backend_enhanced_features.yml | 1 +
.github/workflows/velox_backend_x86.yml | 1 +
3 files changed, 3 insertions(+)
diff --git a/.github/workflows/velox_backend_arm.yml
b/.github/workflows/velox_backend_arm.yml
index 9f7d9b48d6..9ae8278097 100644
--- a/.github/workflows/velox_backend_arm.yml
+++ b/.github/workflows/velox_backend_arm.yml
@@ -32,6 +32,7 @@ on:
- 'gluten-hudi/**'
- 'gluten-paimon/**'
- 'gluten-ut/**'
+ - 'package/**'
- 'shims/**'
- 'tools/gluten-it/**'
- 'ep/build-velox/**'
diff --git a/.github/workflows/velox_backend_enhanced_features.yml
b/.github/workflows/velox_backend_enhanced_features.yml
index 10ab11b64e..5a000db6eb 100644
--- a/.github/workflows/velox_backend_enhanced_features.yml
+++ b/.github/workflows/velox_backend_enhanced_features.yml
@@ -31,6 +31,7 @@ on:
- 'gluten-iceberg/**'
- 'gluten-hudi/**'
- 'gluten-ut/**'
+ - 'package/**'
- 'shims/**'
- 'tools/gluten-it/**'
- 'ep/build-velox/**'
diff --git a/.github/workflows/velox_backend_x86.yml
b/.github/workflows/velox_backend_x86.yml
index ba5fff7044..c960184621 100644
--- a/.github/workflows/velox_backend_x86.yml
+++ b/.github/workflows/velox_backend_x86.yml
@@ -32,6 +32,7 @@ on:
- 'gluten-hudi/**'
- 'gluten-paimon/**'
- 'gluten-ut/**'
+ - 'package/**'
- 'shims/**'
- 'tools/gluten-it/**'
- 'ep/build-velox/**'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]