about summary refs log tree commit diff
path: root/ops/pipelines
diff options
context:
space:
mode:
Diffstat (limited to 'ops/pipelines')
-rw-r--r--ops/pipelines/depot.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/pipelines/depot.nix b/ops/pipelines/depot.nix
index 8c03217c1e..91fb6269d6 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;