mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-04 03:01:05 +02:00
feat: failed evaluation mark the evaluation job as failed (2)
This commit is contained in:
parent
485bd82e46
commit
2b8754e3a5
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ def nix_eval_config(
|
||||||
"--flake",
|
"--flake",
|
||||||
".#hydraJobs",
|
".#hydraJobs",
|
||||||
],
|
],
|
||||||
haltOnFailure=True,
|
haltOnFailure=False,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue