feat: default health check score = 0
All checks were successful
build / build (push) Successful in 1m39s

This commit is contained in:
admin 2025-05-30 06:46:04 -04:00
parent b9ae43f0d2
commit dde9ad3dea
2 changed files with 2 additions and 2 deletions

View File

@ -27,4 +27,4 @@ class Config(BaseModel):
root: Path = Path(".") root: Path = Path(".")
path: Path = Path("repo.toml") path: Path = Path("repo.toml")
grading_repo_name: str = f"{socket.gethostname().split('-')[0]}-joj" 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", "name": "healthcheck",
"with": { "with": {
"score": 1 "score": 0
} }
}, },
{ {