@@ -50,21 +50,21 @@ is a `workflow_call` reusable invoked from the umbrella.
5050
5151## What runs when
5252
53- | Job in ` ci.yml ` | Triggered by | Path filter source |
54- | -------------------- | ------------------------------------------------ | --------------------------------------------- |
55- | ` preflight ` | every PR / push to main / dispatch | none (always runs) |
56- | ` changes ` | every PR / push to main / dispatch | runs ` dev/ci/compute-changes.py ` |
57- | ` pr_build_linux ` | PR or push, paths matched | ` dev/ci/compute-changes.py ` |
58- | ` pr_build_macos ` | PR or push, paths matched | ` dev/ci/compute-changes.py ` |
59- | ` pr_benchmark_check ` | PR or push, paths matched | benchmark sources only |
60- | ` docs ` | push to main, paths matched | ` .asf.yaml ` , ` docs/** ` , ` ci.yml ` , ` docs.yaml ` |
61- | ` spark_3_5 ` | PR or push, paths matched | Spark 3.5 sources |
62- | ` spark_4_0 ` | PR or push, paths matched | Spark 4.0 sources |
63- | ` spark_3_4 ` | push, ** or** PR with ` run-spark-3.4-tests ` label | Spark 3.4 sources |
64- | ` spark_4_1 ` | push, ** or** PR with ` run-spark-4.1-tests ` label | Spark 4.1 sources |
65- | ` iceberg_1_10 ` | PR or push, paths matched | Iceberg sources |
66- | ` iceberg_1_8 ` | push only | Iceberg sources |
67- | ` iceberg_1_9 ` | push only | Iceberg sources |
53+ | Job in ` ci.yml ` | Triggered by | Path filter source |
54+ | -------------------- | ------------------------------------------------ | ----------------------------------- |
55+ | ` preflight ` | every PR / push to main / dispatch | none (always runs) |
56+ | ` changes ` | every PR / push to main / dispatch | runs ` dev/ci/compute-changes.py ` |
57+ | ` pr_build_linux ` | PR or push, paths matched | ` dev/ci/compute-changes.py ` |
58+ | ` pr_build_macos ` | PR or push, paths matched | ` dev/ci/compute-changes.py ` |
59+ | ` pr_benchmark_check ` | PR or push, paths matched | benchmark sources only |
60+ | ` docs ` | push to main, paths matched | ` .asf.yaml ` , ` docs/** ` , ` docs.yaml ` |
61+ | ` spark_3_5 ` | PR or push, paths matched | Spark 3.5 sources |
62+ | ` spark_4_0 ` | PR or push, paths matched | Spark 4.0 sources |
63+ | ` spark_3_4 ` | push, ** or** PR with ` run-spark-3.4-tests ` label | Spark 3.4 sources |
64+ | ` spark_4_1 ` | push, ** or** PR with ` run-spark-4.1-tests ` label | Spark 4.1 sources |
65+ | ` iceberg_1_10 ` | PR or push, paths matched | Iceberg sources |
66+ | ` iceberg_1_8 ` | push only | Iceberg sources |
67+ | ` iceberg_1_9 ` | push only | Iceberg sources |
6868
6969A heavy job appears in the PR's checks list as a ` skipped ` entry whenever
7070its path filter or event criteria don't match. Skipped checks count as
0 commit comments