feat: failed evaluation mark the evaluation job as failed (2)

This commit is contained in:
Julien Malka 2023-04-09 11:45:48 +02:00
parent 485bd82e46
commit 2b8754e3a5
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -376,7 +376,7 @@ def nix_eval_config(
"--flake",
".#hydraJobs",
],
haltOnFailure=True,
haltOnFailure=False,
)
)