This is an automated email from the ASF dual-hosted git repository.
agrove 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 2738f0625 skip more workflows on benchmark PRs (#3034)
2738f0625 is described below
commit 2738f062573d385533c7015beffd958d44e5bc6e
Author: Andy Grove <[email protected]>
AuthorDate: Fri Jan 2 22:53:01 2026 -0700
skip more workflows on benchmark PRs (#3034)
---
.github/workflows/benchmark-tpcds.yml | 6 ++++++
.github/workflows/benchmark-tpch.yml | 6 ++++++
.github/workflows/iceberg_spark_test.yml | 6 ++++++
.github/workflows/miri.yml | 6 ++++++
4 files changed, 24 insertions(+)
diff --git a/.github/workflows/benchmark-tpcds.yml
b/.github/workflows/benchmark-tpcds.yml
index 9930ea4f2..db1fce019 100644
--- a/.github/workflows/benchmark-tpcds.yml
+++ b/.github/workflows/benchmark-tpcds.yml
@@ -27,11 +27,17 @@ on:
- "doc/**"
- "docs/**"
- "**.md"
+ - "native/core/benches/**"
+ - "native/spark-expr/benches/**"
+ - "spark/src/test/scala/org/apache/spark/sql/benchmark/**"
pull_request:
paths-ignore:
- "doc/**"
- "docs/**"
- "**.md"
+ - "native/core/benches/**"
+ - "native/spark-expr/benches/**"
+ - "spark/src/test/scala/org/apache/spark/sql/benchmark/**"
# manual trigger
#
https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
workflow_dispatch:
diff --git a/.github/workflows/benchmark-tpch.yml
b/.github/workflows/benchmark-tpch.yml
index 435eaaa5c..124b0d0c7 100644
--- a/.github/workflows/benchmark-tpch.yml
+++ b/.github/workflows/benchmark-tpch.yml
@@ -27,11 +27,17 @@ on:
- "doc/**"
- "docs/**"
- "**.md"
+ - "native/core/benches/**"
+ - "native/spark-expr/benches/**"
+ - "spark/src/test/scala/org/apache/spark/sql/benchmark/**"
pull_request:
paths-ignore:
- "doc/**"
- "docs/**"
- "**.md"
+ - "native/core/benches/**"
+ - "native/spark-expr/benches/**"
+ - "spark/src/test/scala/org/apache/spark/sql/benchmark/**"
# manual trigger
#
https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
workflow_dispatch:
diff --git a/.github/workflows/iceberg_spark_test.yml
b/.github/workflows/iceberg_spark_test.yml
index cb497daee..74badcda5 100644
--- a/.github/workflows/iceberg_spark_test.yml
+++ b/.github/workflows/iceberg_spark_test.yml
@@ -27,11 +27,17 @@ on:
- "doc/**"
- "docs/**"
- "**.md"
+ - "native/core/benches/**"
+ - "native/spark-expr/benches/**"
+ - "spark/src/test/scala/org/apache/spark/sql/benchmark/**"
pull_request:
paths-ignore:
- "doc/**"
- "docs/**"
- "**.md"
+ - "native/core/benches/**"
+ - "native/spark-expr/benches/**"
+ - "spark/src/test/scala/org/apache/spark/sql/benchmark/**"
# manual trigger
#
https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
workflow_dispatch:
diff --git a/.github/workflows/miri.yml b/.github/workflows/miri.yml
index efac9cdd7..77b4d29a9 100644
--- a/.github/workflows/miri.yml
+++ b/.github/workflows/miri.yml
@@ -23,11 +23,17 @@ on:
- "doc/**"
- "docs/**"
- "**.md"
+ - "native/core/benches/**"
+ - "native/spark-expr/benches/**"
+ - "spark/src/test/scala/org/apache/spark/sql/benchmark/**"
pull_request:
paths-ignore:
- "doc/**"
- "docs/**"
- "**.md"
+ - "native/core/benches/**"
+ - "native/spark-expr/benches/**"
+ - "spark/src/test/scala/org/apache/spark/sql/benchmark/**"
# manual trigger
#
https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
workflow_dispatch:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]