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 c94250857d [CORE] GHA: Update pull request paths triggering CI (#8264)
c94250857d is described below
commit c94250857d2a1e4a98dd6ed17289cd5158058f2f
Author: Hongze Zhang <[email protected]>
AuthorDate: Wed Dec 18 12:25:42 2024 +0800
[CORE] GHA: Update pull request paths triggering CI (#8264)
Update paths of gluten-celeborn
Include gluten-iceberg to CH CI trigger list
---
.github/workflows/clickhouse_be_trigger.yml | 5 ++---
.github/workflows/velox_backend.yml | 4 +---
2 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/clickhouse_be_trigger.yml
b/.github/workflows/clickhouse_be_trigger.yml
index a45dfc8a94..fbc3eac863 100644
--- a/.github/workflows/clickhouse_be_trigger.yml
+++ b/.github/workflows/clickhouse_be_trigger.yml
@@ -22,9 +22,8 @@ on:
- '.github/workflows/clickhouse_be_trigger.yml'
- 'pom.xml'
- 'backends-clickhouse/**'
- - 'gluten-celeborn/common/**'
- - 'gluten-celeborn/package/**'
- - 'gluten-celeborn/clickhouse/**'
+ - 'gluten-celeborn/**'
+ - 'gluten-iceberg/**'
- 'gluten-core/**'
- 'gluten-substrait/**'
- 'gluten-ut/**'
diff --git a/.github/workflows/velox_backend.yml
b/.github/workflows/velox_backend.yml
index 5feb5fa568..2bba907bb0 100644
--- a/.github/workflows/velox_backend.yml
+++ b/.github/workflows/velox_backend.yml
@@ -22,9 +22,7 @@ on:
- 'pom.xml'
- 'backends-velox/**'
- 'gluten-uniffle/**'
- - 'gluten-celeborn/common/**'
- - 'gluten-celeborn/package/**'
- - 'gluten-celeborn/velox/**'
+ - 'gluten-celeborn/**'
- 'gluten-ras/**'
- 'gluten-core/**'
- 'gluten-substrait/**'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]