feat: default health check score = 0
All checks were successful
build / build (push) Successful in 1m39s
All checks were successful
build / build (push) Successful in 1m39s
This commit is contained in:
parent
b9ae43f0d2
commit
dde9ad3dea
|
@ -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)
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
{
|
||||
"name": "healthcheck",
|
||||
"with": {
|
||||
"score": 1
|
||||
"score": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user