Skip to content

Commit 2fb605b

Browse files
committed
Fix docs file filter.
1 parent e412251 commit 2fb605b

2 files changed

Lines changed: 15 additions & 16 deletions

File tree

.github/workflows/README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -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

6969
A heavy job appears in the PR's checks list as a `skipped` entry whenever
7070
its path filter or event criteria don't match. Skipped checks count as

dev/ci/compute-changes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
],
7979
"docs": [
8080
".asf.yaml",
81-
".github/workflows/ci.yml",
8281
".github/workflows/docs.yaml",
8382
"docs/**",
8483
],

0 commit comments

Comments
 (0)