feat: default health check score = 0

This commit is contained in:
张泊明518370910136 2025-05-30 06:46:04 -04:00
parent d4b84d30e5
commit 37acb8690a
2 changed files with 2 additions and 2 deletions

View File

@ -27,4 +27,4 @@ class Config(BaseModel):
root: Path = Path(".")
path: Path = Path("repo.toml")
grading_repo_name: str = f"{socket.gethostname().split('-')[0]}-joj"
health_check_score: int = Field(1)
health_check_score: int = Field(0)

View File

@ -89,7 +89,7 @@
{
"name": "healthcheck",
"with": {
"score": 1
"score": 0
}
},
{