Skip to content

Commit 36e0a3e

Browse files
authored
chore: skip Iceberg and Spark SQL test workflows on test-only changes (#4023)
1 parent cae101e commit 36e0a3e

2 files changed

Lines changed: 16 additions & 4 deletions

File tree

.github/workflows/iceberg_spark_test.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ on:
3232
- "**.md"
3333
- "native/core/benches/**"
3434
- "native/spark-expr/benches/**"
35-
- "spark/src/test/scala/org/apache/spark/sql/benchmark/**"
35+
- "spark/src/test/**"
36+
- "common/src/test/**"
37+
- "fuzz-testing/**"
38+
- "spark-integration/**"
3639
pull_request:
3740
paths-ignore:
3841
- "benchmarks/**"
@@ -41,7 +44,10 @@ on:
4144
- "**.md"
4245
- "native/core/benches/**"
4346
- "native/spark-expr/benches/**"
44-
- "spark/src/test/scala/org/apache/spark/sql/benchmark/**"
47+
- "spark/src/test/**"
48+
- "common/src/test/**"
49+
- "fuzz-testing/**"
50+
- "spark-integration/**"
4551
# manual trigger
4652
# https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
4753
workflow_dispatch:

.github/workflows/spark_sql_test.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ on:
3232
- "**.md"
3333
- "native/core/benches/**"
3434
- "native/spark-expr/benches/**"
35-
- "spark/src/test/scala/org/apache/spark/sql/benchmark/**"
35+
- "spark/src/test/**"
36+
- "common/src/test/**"
37+
- "fuzz-testing/**"
38+
- "spark-integration/**"
3639
pull_request:
3740
paths-ignore:
3841
- "benchmarks/**"
@@ -41,7 +44,10 @@ on:
4144
- "**.md"
4245
- "native/core/benches/**"
4346
- "native/spark-expr/benches/**"
44-
- "spark/src/test/scala/org/apache/spark/sql/benchmark/**"
47+
- "spark/src/test/**"
48+
- "common/src/test/**"
49+
- "fuzz-testing/**"
50+
- "spark-integration/**"
4551
# manual trigger
4652
# https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
4753
workflow_dispatch:

0 commit comments

Comments
 (0)