This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 6ef244de9fe fix: typo in ci/04_selective_checks.md (#61168)
6ef244de9fe is described below
commit 6ef244de9fee999f23468ab81495cb68f42da61d
Author: Oscar Carballo Puebla <[email protected]>
AuthorDate: Wed Jan 28 21:11:35 2026 +0100
fix: typo in ci/04_selective_checks.md (#61168)
---
dev/breeze/doc/ci/04_selective_checks.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/breeze/doc/ci/04_selective_checks.md
b/dev/breeze/doc/ci/04_selective_checks.md
index f7bbbb7cc02..daeba8b4b17 100644
--- a/dev/breeze/doc/ci/04_selective_checks.md
+++ b/dev/breeze/doc/ci/04_selective_checks.md
@@ -75,7 +75,7 @@ We have the following Groups of files for CI that determine
which tests are run:
We have a number of `TEST_TYPES` that can be selectively disabled/enabled
based on the
content of the incoming PR. Usually they are limited to a sub-folder of the
"tests" folder but there
-are some exceptions. You can read more about those in `testing.rst
<contribiting-docs/09_testing.rst>`. Those types
+are some exceptions. You can read more about those in `testing.rst
<contributing-docs/09_testing.rst>`. Those types
are determined by selective checks and are used to run `DB` and `Non-DB` tests.
The `DB` tests inside each `TEST_TYPE` are run sequentially (because they use
DB as state) while `TEST_TYPES`