File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,9 @@ jobs:
121121# ----------------------------------------------------------------------------------------
122122# Workflow definitions. A workflow usually groups multiple jobs together. This is useful if
123123# one job depends on another.
124+ #
125+ # NOTE: When updating this configuration section, make sure to update GitHub robot
126+ # config to match the new workflow jobs.
124127# ----------------------------------------------------------------------------------------
125128workflows :
126129 version : 2
Original file line number Diff line number Diff line change 5252 requiredStatuses :
5353 # TODO(josephperrott): reenable once CI flakiness is addressed
5454 # - "continuous-integration/travis-ci/pr"
55- - " ci/circleci: build"
55+ - " ci/circleci: lint"
56+ - " ci/circleci: bazel_build_test"
57+ - " ci/circleci: tests_local_browsers"
5658
5759 # the comment that will be added when the merge label is added despite failing checks, leave empty or set to false to disable
5860 # {{MERGE_LABEL}} will be replaced by the value of the mergeLabel option
You can’t perform that action at this time.
0 commit comments