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 3a7788baeda5..5f02e7edfbb8 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 { |