From 6d6b8fcf8e988d78fc983ed4043ed556e36b833b Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Thu, 18 Jan 2024 12:58:50 +0100 Subject: [PATCH] Add missing comments in code --- tests/ci/ci_config.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/ci/ci_config.py b/tests/ci/ci_config.py index 1ca4e06bc8c..45bdfbecb0c 100644 --- a/tests/ci/ci_config.py +++ b/tests/ci/ci_config.py @@ -55,6 +55,13 @@ class JobConfig: run_always: bool = False +# About the "sparse_checkout" option: +# +# Misha f. Shiryaev +# :facepalm: +# we have this feature, it's used by devs, we need to test it in CI +# It's not useful for the CI itself + @dataclass class BuildConfig: name: str