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 961d8e6ece..709ccc9d5f 100644
--- a/ops/pipelines/depot.nix
+++ b/ops/pipelines/depot.nix
@@ -55,7 +55,7 @@ let
         # Only skip in real Buildkite builds
         (getEnv "BUILDKITE_BUILD_ID" != "") &&
         # Always build everything for the canon branch.
-        (getEnv "BUILDKITE_BRANCH" != "canon") &&
+        (getEnv "BUILDKITE_BRANCH" != "refs/heads/canon") &&
         # Discard string context to avoid realising the store path during
         # pipeline construction.
         (pathExists (unsafeDiscardStringContext target.outPath));