diff --git a/hydra/jobsets.nix b/hydra/jobsets.nix index e9c151f..50b9e7a 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 {