blob: e83d22b6a1df1e5caa2d3048661506bf9be59651 [file] [log] [blame]
// Copyright (c) 2020, the Dart project authors. All rights reserved. Use of
// this source code is governed by a BSD-style license that can be found in the
// LICENSE file.
syntax = "proto3";
package recipes.dart.cron.builders;
message Builders {
// The builder names to trigger when the cron job runs.
repeated string builders = 1;
}