diff --git a/systems/palatine-hill/hydra.nix b/systems/palatine-hill/hydra.nix index 46f0700..932cbe5 100644 --- a/systems/palatine-hill/hydra.nix +++ b/systems/palatine-hill/hydra.nix @@ -56,9 +56,8 @@ in timeout = 3600 - jobs = build-fork-hydra:pr-.*:hosts\..* - ## This example will match all jobs - #jobs = .* + # check hosts and any declared checks + jobs = (build-fork-hydra):pr-.*:(hosts|checks.*) inputs = nixexpr useShortContext = true excludeBuildFromContext = 1