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

This commit is contained in:
Luj 2023-04-09 11:45:48 +02:00
parent 2a744a7a06
commit c82cb023e9

View file

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