This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a commit to branch feat/bloom-having in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git
commit b3ee0a64933f6198a540b36259019fc358d07e7e Author: Gao Hongtao <[email protected]> AuthorDate: Wed Sep 24 11:28:05 2025 +0800 Remove license dependency check from pre-push target in Makefile --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 9a962cae..16d9225b 100644 --- a/Makefile +++ b/Makefile @@ -126,7 +126,6 @@ pre-push: ## Check source files before pushing to the remote repo $(MAKE) check-req $(MAKE) generate $(MAKE) lint - $(MAKE) license-dep $(MAKE) check $(MAKE) vuln-check
