diff options
-rw-r--r-- | ops/pipelines/depot.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/pipelines/depot.nix b/ops/pipelines/depot.nix index 8c03217c1e3b..91fb6269d68c 100644 --- a/ops/pipelines/depot.nix +++ b/ops/pipelines/depot.nix @@ -95,7 +95,7 @@ let ({ command = "nix-instantiate -A ci.gcroot --add-root /nix/var/nix/gcroots/depot/canon"; label = ":anchor:"; - "if" = ''build.branch == "canon"''; + "if" = ''build.branch == "refs/heads/canon"''; depends_on = [{ step = ":duck:"; allow_failure = false; |