don't execute protobuf

This commit is contained in:
jkoberg
2021-10-15 15:59:08 +02:00
parent 52036082a7
commit 8b7f866059
+1 -1
View File
@@ -31,7 +31,7 @@ docs-generate: config-docs-generate \
include ../.make/generate.mk
.PHONY: ci-go-generate
ci-go-generate: protobuf # CI runs ci-node-generate automatically before this target
ci-go-generate: # protobuf # CI runs ci-node-generate automatically before this target
@go generate ./...
.PHONY: ci-node-generate