diff --git a/.github/workflows/pr-go-workspace-check.yml b/.github/workflows/pr-go-workspace-check.yml index 31805bb7fe0..a9835e25394 100644 --- a/.github/workflows/pr-go-workspace-check.yml +++ b/.github/workflows/pr-go-workspace-check.yml @@ -33,6 +33,7 @@ jobs: echo "Changes detected:" git diff echo "Please run 'go work sync' and commit the changes." + echo "If there is a change in enterprise dependencies, please update pkg/extensions/main.go.” exit 1 fi @@ -45,5 +46,6 @@ jobs: echo "Changes detected:" git diff echo "Please run 'make build-go' and commit the changes." + echo "If there is a change in enterprise dependencies, please update pkg/extensions/main.go.” exit 1 fi