Skip to content

Commit c0fd8ec

Browse files
authored
ci: skip heavy test workflows for GenerateDocs and changelog changes (#4056)
1 parent a247063 commit c0fd8ec

5 files changed

Lines changed: 20 additions & 0 deletions

File tree

.github/workflows/iceberg_spark_test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ on:
3030
- "doc/**"
3131
- "docs/**"
3232
- "**.md"
33+
- "dev/changelog/*.md"
3334
- "native/core/benches/**"
3435
- "native/spark-expr/benches/**"
3536
- "spark/src/test/**"
3637
- "common/src/test/**"
38+
- "spark/src/main/scala/org/apache/comet/GenerateDocs.scala"
3739
- "fuzz-testing/**"
3840
- "spark-integration/**"
3941
pull_request:
@@ -42,10 +44,12 @@ on:
4244
- "doc/**"
4345
- "docs/**"
4446
- "**.md"
47+
- "dev/changelog/*.md"
4548
- "native/core/benches/**"
4649
- "native/spark-expr/benches/**"
4750
- "spark/src/test/**"
4851
- "common/src/test/**"
52+
- "spark/src/main/scala/org/apache/comet/GenerateDocs.scala"
4953
- "fuzz-testing/**"
5054
- "spark-integration/**"
5155
# manual trigger

.github/workflows/miri.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,21 @@ on:
2525
- "doc/**"
2626
- "docs/**"
2727
- "**.md"
28+
- "dev/changelog/*.md"
2829
- "native/core/benches/**"
2930
- "native/spark-expr/benches/**"
3031
- "spark/src/test/scala/org/apache/spark/sql/benchmark/**"
32+
- "spark/src/main/scala/org/apache/comet/GenerateDocs.scala"
3133
pull_request:
3234
paths-ignore:
3335
- "doc/**"
3436
- "docs/**"
3537
- "**.md"
38+
- "dev/changelog/*.md"
3639
- "native/core/benches/**"
3740
- "native/spark-expr/benches/**"
3841
- "spark/src/test/scala/org/apache/spark/sql/benchmark/**"
42+
- "spark/src/main/scala/org/apache/comet/GenerateDocs.scala"
3943
# manual trigger
4044
# https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
4145
workflow_dispatch:

.github/workflows/pr_build_linux.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,22 @@ on:
3030
- "doc/**"
3131
- "docs/**"
3232
- "**.md"
33+
- "dev/changelog/*.md"
3334
- "native/core/benches/**"
3435
- "native/spark-expr/benches/**"
3536
- "spark/src/test/scala/org/apache/spark/sql/benchmark/**"
37+
- "spark/src/main/scala/org/apache/comet/GenerateDocs.scala"
3638
pull_request:
3739
paths-ignore:
3840
- "benchmarks/**"
3941
- "doc/**"
4042
- "docs/**"
4143
- "**.md"
44+
- "dev/changelog/*.md"
4245
- "native/core/benches/**"
4346
- "native/spark-expr/benches/**"
4447
- "spark/src/test/scala/org/apache/spark/sql/benchmark/**"
48+
- "spark/src/main/scala/org/apache/comet/GenerateDocs.scala"
4549
# manual trigger
4650
# https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
4751
workflow_dispatch:

.github/workflows/pr_build_macos.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,22 @@ on:
3030
- "doc/**"
3131
- "docs/**"
3232
- "**.md"
33+
- "dev/changelog/*.md"
3334
- "native/core/benches/**"
3435
- "native/spark-expr/benches/**"
3536
- "spark/src/test/scala/org/apache/spark/sql/benchmark/**"
37+
- "spark/src/main/scala/org/apache/comet/GenerateDocs.scala"
3638
pull_request:
3739
paths-ignore:
3840
- "benchmarks/**"
3941
- "doc/**"
4042
- "docs/**"
4143
- "**.md"
44+
- "dev/changelog/*.md"
4245
- "native/core/benches/**"
4346
- "native/spark-expr/benches/**"
4447
- "spark/src/test/scala/org/apache/spark/sql/benchmark/**"
48+
- "spark/src/main/scala/org/apache/comet/GenerateDocs.scala"
4549
# manual trigger
4650
# https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
4751
workflow_dispatch:

.github/workflows/spark_sql_test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ on:
3030
- "doc/**"
3131
- "docs/**"
3232
- "**.md"
33+
- "dev/changelog/*.md"
3334
- "native/core/benches/**"
3435
- "native/spark-expr/benches/**"
3536
- "spark/src/test/**"
3637
- "common/src/test/**"
38+
- "spark/src/main/scala/org/apache/comet/GenerateDocs.scala"
3739
- "fuzz-testing/**"
3840
- "spark-integration/**"
3941
pull_request:
@@ -42,10 +44,12 @@ on:
4244
- "doc/**"
4345
- "docs/**"
4446
- "**.md"
47+
- "dev/changelog/*.md"
4548
- "native/core/benches/**"
4649
- "native/spark-expr/benches/**"
4750
- "spark/src/test/**"
4851
- "common/src/test/**"
52+
- "spark/src/main/scala/org/apache/comet/GenerateDocs.scala"
4953
- "fuzz-testing/**"
5054
- "spark-integration/**"
5155
# manual trigger

0 commit comments

Comments
 (0)