File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 push :
2626 branches :
2727 - main
28- paths-ignore :
29- - " benchmarks/**"
30- - " doc/**"
31- - " docs/**"
32- - " **.md"
33- - " dev/changelog/*.md"
34- - " native/core/benches/**"
35- - " native/spark-expr/benches/**"
36- - " spark/src/test/**"
37- - " common/src/test/**"
38- - " spark/src/main/scala/org/apache/comet/GenerateDocs.scala"
39- - " spark-integration/**"
28+ paths :
29+ - " native/**/src/**"
30+ - " native/**/Cargo.toml"
31+ - " native/Cargo.lock"
32+ - " !native/hdfs/**"
33+ - " !native/fs-hdfs/**"
34+ - " common/src/main/**"
35+ - " common/pom.xml"
36+ - " spark/src/main/**"
37+ - " !spark/src/main/scala/org/apache/comet/GenerateDocs.scala"
38+ - " spark/pom.xml"
39+ - " dev/diffs/**"
40+ - " pom.xml"
41+ - " rust-toolchain.toml"
42+ - " .github/workflows/spark_sql_test.yml"
43+ - " .github/actions/setup-builder/**"
44+ - " .github/actions/setup-spark-builder/**"
4045 pull_request :
41- paths-ignore :
42- - " benchmarks/**"
43- - " doc/**"
44- - " docs/**"
45- - " **.md"
46- - " dev/changelog/*.md"
47- - " native/core/benches/**"
48- - " native/spark-expr/benches/**"
49- - " spark/src/test/**"
50- - " common/src/test/**"
51- - " spark/src/main/scala/org/apache/comet/GenerateDocs.scala"
52- - " spark-integration/**"
46+ paths :
47+ - " native/**/src/**"
48+ - " native/**/Cargo.toml"
49+ - " native/Cargo.lock"
50+ - " !native/hdfs/**"
51+ - " !native/fs-hdfs/**"
52+ - " common/src/main/**"
53+ - " common/pom.xml"
54+ - " spark/src/main/**"
55+ - " !spark/src/main/scala/org/apache/comet/GenerateDocs.scala"
56+ - " spark/pom.xml"
57+ - " dev/diffs/**"
58+ - " pom.xml"
59+ - " rust-toolchain.toml"
60+ - " .github/workflows/spark_sql_test.yml"
61+ - " .github/actions/setup-builder/**"
62+ - " .github/actions/setup-spark-builder/**"
5363 # manual trigger
5464 # https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
5565 workflow_dispatch :
You can’t perform that action at this time.
0 commit comments