diff --git a/hydra/jobsets.nix b/hydra/jobsets.nix index a16772a..fc6e22e 100644 --- a/hydra/jobsets.nix +++ b/hydra/jobsets.nix @@ -52,7 +52,7 @@ let jobOfRef = name: { ref, ... }: - if isNull (builtins.match "^refs/heads/(.*)$" ref) then + if isNull (builtins.match "^refs/heads/(.*)$" builtins.trace ref) then null else {