chore(ops/pipelines/depot/protoCheck): include name in label
Change-Id: I2010bd6e4600e9f1dd6e6af40e81ecbbb72c20d0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7054 Reviewed-by: sterni <sternenseemann@systemli.org> Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI
This commit is contained in:
parent
4d5fdb781d
commit
79ef6ee283
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ let
|
||||||
# flawed changes.
|
# flawed changes.
|
||||||
protoCheck = {
|
protoCheck = {
|
||||||
command = "${depot.nix.bufCheck}/bin/ci-buf-check";
|
command = "${depot.nix.bufCheck}/bin/ci-buf-check";
|
||||||
label = ":water_buffalo:";
|
label = ":water_buffalo: protoCheck";
|
||||||
};
|
};
|
||||||
|
|
||||||
pipeline = depot.nix.buildkite.mkPipeline {
|
pipeline = depot.nix.buildkite.mkPipeline {
|
||||||
|
|
Loading…
Reference in a new issue