We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a9d0b commit bd90a4cCopy full SHA for bd90a4c
.circleci/config.yml
@@ -98,6 +98,9 @@ workflows:
98
- clean-gomod
99
- clean-makebb
100
- clean-bazel
101
+ - build-bazel
102
+ - build-bazel-cross
103
+ - build-bazel-test
104
- build-gopath-go118:
105
requires:
106
@@ -166,15 +169,6 @@ workflows:
166
169
167
170
168
171
- - build-bazel:
- requires:
- - clean-bazel
172
- - build-bazel-cross:
173
174
175
- - build-bazel-test:
176
177
178
nightly:
179
triggers:
180
- schedule:
0 commit comments