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

mbutrovich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git


The following commit(s) were added to refs/heads/main by this push:
     new fec133b6c build: Skip CI workflows for changes in benchmarks directory 
(#3599)
fec133b6c is described below

commit fec133b6c6db8fe5854e1114921906ab89e55827
Author: Andy Grove <[email protected]>
AuthorDate: Wed Feb 25 10:53:24 2026 -0700

    build: Skip CI workflows for changes in benchmarks directory (#3599)
    
    Add `benchmarks/**` to paths-ignore in PR build and Spark SQL test
    workflows so that changes to benchmark scripts and data do not
    trigger expensive CI runs.
    
    Co-authored-by: Claude Opus 4.6 <[email protected]>
---
 .github/workflows/iceberg_spark_test.yml | 2 ++
 .github/workflows/pr_build_linux.yml     | 2 ++
 .github/workflows/pr_build_macos.yml     | 2 ++
 .github/workflows/spark_sql_test.yml     | 2 ++
 4 files changed, 8 insertions(+)

diff --git a/.github/workflows/iceberg_spark_test.yml 
b/.github/workflows/iceberg_spark_test.yml
index 0fca9f11a..f6dbe23e2 100644
--- a/.github/workflows/iceberg_spark_test.yml
+++ b/.github/workflows/iceberg_spark_test.yml
@@ -26,6 +26,7 @@ on:
     branches:
       - main
     paths-ignore:
+      - "benchmarks/**"
       - "doc/**"
       - "docs/**"
       - "**.md"
@@ -34,6 +35,7 @@ on:
       - "spark/src/test/scala/org/apache/spark/sql/benchmark/**"
   pull_request:
     paths-ignore:
+      - "benchmarks/**"
       - "doc/**"
       - "docs/**"
       - "**.md"
diff --git a/.github/workflows/pr_build_linux.yml 
b/.github/workflows/pr_build_linux.yml
index ee62eb973..8f460fd3b 100644
--- a/.github/workflows/pr_build_linux.yml
+++ b/.github/workflows/pr_build_linux.yml
@@ -26,6 +26,7 @@ on:
     branches:
       - main
     paths-ignore:
+      - "benchmarks/**"
       - "doc/**"
       - "docs/**"
       - "**.md"
@@ -34,6 +35,7 @@ on:
       - "spark/src/test/scala/org/apache/spark/sql/benchmark/**"
   pull_request:
     paths-ignore:
+      - "benchmarks/**"
       - "doc/**"
       - "docs/**"
       - "**.md"
diff --git a/.github/workflows/pr_build_macos.yml 
b/.github/workflows/pr_build_macos.yml
index 98a5d8758..36ccd37d4 100644
--- a/.github/workflows/pr_build_macos.yml
+++ b/.github/workflows/pr_build_macos.yml
@@ -26,6 +26,7 @@ on:
     branches:
       - main
     paths-ignore:
+      - "benchmarks/**"
       - "doc/**"
       - "docs/**"
       - "**.md"
@@ -34,6 +35,7 @@ on:
       - "spark/src/test/scala/org/apache/spark/sql/benchmark/**"
   pull_request:
     paths-ignore:
+      - "benchmarks/**"
       - "doc/**"
       - "docs/**"
       - "**.md"
diff --git a/.github/workflows/spark_sql_test.yml 
b/.github/workflows/spark_sql_test.yml
index 2010cff2b..6198433b3 100644
--- a/.github/workflows/spark_sql_test.yml
+++ b/.github/workflows/spark_sql_test.yml
@@ -26,6 +26,7 @@ on:
     branches:
       - main
     paths-ignore:
+      - "benchmarks/**"
       - "doc/**"
       - "docs/**"
       - "**.md"
@@ -34,6 +35,7 @@ on:
       - "spark/src/test/scala/org/apache/spark/sql/benchmark/**"
   pull_request:
     paths-ignore:
+      - "benchmarks/**"
       - "doc/**"
       - "docs/**"
       - "**.md"


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

Reply via email to