Add missing comments in code

This commit is contained in:
Alexey Milovidov 2024-01-18 12:58:50 +01:00
parent 6c0445f365
commit 6d6b8fcf8e

View File

@ -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