yuqi1129 commented on code in PR #8062:
URL: https://github.com/apache/gravitino/pull/8062#discussion_r2278152067
##########
.github/workflows/build.yml:
##########
@@ -23,31 +23,39 @@ jobs:
with:
filters: |
source_changes:
- - '.github/**'
- - 'catalogs/**'
- - 'clients/**'
- - 'conf/**'
- - 'dev/**'
- - 'docs/open-api/**'
- - 'gradle/**'
- - 'gradle.properties'
- - 'meta/**'
- - 'scripts/**'
- - 'web/**'
- - '**/*.java'
- - '**/*.kts'
- - '**/*.py'
- - '**/*.rs'
- - '**/resources/**'
- - '**/src/**'
- - '!**/*.md'
- - '!**/*.png'
- - '!**/*.svg'
Review Comment:
I have tried, and it seems that as long as `mcp-server` is not in the
`excluded` list, the CI will be triggered even though `mcp-server` is also not
in the `include` list when there are changes under `mcp-server` folder.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]