Skip to content

Commit

Permalink
Temporary disable breaking changes check
Browse files Browse the repository at this point in the history
  • Loading branch information
ast2023 committed Jan 12, 2024
1 parent e373fc5 commit 4eb9db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ buf-lint: $(STAMPDIR)/buf-mod-prune

buf-breaking:
@printf $(COLOR) "Run buf breaking changes check against master branch..."
@(cd $(PROTO_ROOT) && buf breaking --against '.git#branch=master')
### @(cd $(PROTO_ROOT) && buf breaking --against '.git#branch=master')

##### Clean #####
clean:
Expand Down

0 comments on commit 4eb9db1

Please sign in to comment.