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:
121
121
# ----------------------------------------------------------------------------------------
122
122
# Workflow definitions. A workflow usually groups multiple jobs together. This is useful if
123
123
# 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.
124
127
# ----------------------------------------------------------------------------------------
125
128
workflows :
126
129
version : 2
Original file line number Diff line number Diff line change 52
52
requiredStatuses :
53
53
# TODO(josephperrott): reenable once CI flakiness is addressed
54
54
# - "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"
56
58
57
59
# the comment that will be added when the merge label is added despite failing checks, leave empty or set to false to disable
58
60
# {{MERGE_LABEL}} will be replaced by the value of the mergeLabel option
You can’t perform that action at this time.
0 commit comments