This is an automated email from the ASF dual-hosted git repository.
philo 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 583d6a119b [INFRA] Add path filter to CH backend code style checks
workflow (#9652)
583d6a119b is described below
commit 583d6a119b1b6e6688866f3deeabcb1bef3f265b
Author: yuanhang ma <[email protected]>
AuthorDate: Thu May 15 14:57:08 2025 +0800
[INFRA] Add path filter to CH backend code style checks workflow (#9652)
---
.github/workflows/ch_code_style.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/ch_code_style.yml
b/.github/workflows/ch_code_style.yml
index 1428bdc166..d99b129fcb 100644
--- a/.github/workflows/ch_code_style.yml
+++ b/.github/workflows/ch_code_style.yml
@@ -16,7 +16,9 @@
name: CH Backend Code style checks
on:
- pull_request
+ pull_request:
+ paths:
+ - 'cpp-ch/**'
concurrency:
group: ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{
github.workflow }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]