fix: typo
All checks were successful
build / build (pull_request) Successful in 2m33s
build / build (push) Successful in 2m36s

This commit is contained in:
张泊明518370910136 2025-03-02 02:46:15 -05:00
parent 45765e29e0
commit 46cafc0ed6
GPG Key ID: D47306D7062CDA9D

View File

@ -40,7 +40,6 @@ def convert(repo_conf: repo.Config, task_conf: task.Config) -> result.Config:
current_test = os.environ.get("PYTEST_CURRENT_TEST") is not None
# Construct healthcheck stage
print(current_test)
if not repo_conf.force_skip_health_check_on_test or not current_test:
result_conf.stage.stages.append(get_healthcheck_config(repo_conf))
stages: List[str] = []