about summary refs log tree commit diff
diff options
context:
space:
mode:
-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 3a7788baed..5f02e7edfb 100644
--- a/ops/pipelines/depot.nix
+++ b/ops/pipelines/depot.nix
@@ -8,7 +8,7 @@ let
   # flawed changes.
   protoCheck = {
     command = "${depot.nix.bufCheck}/bin/ci-buf-check";
-    label = ":water_buffalo:";
+    label = ":water_buffalo: protoCheck";
   };
 
   pipeline = depot.nix.buildkite.mkPipeline {