FANNG1 commented on code in PR #8062:
URL: https://github.com/apache/gravitino/pull/8062#discussion_r2278163226
##########
.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:
This may make the configuraiton complicated, Take `spark-integration-test`
for example, we should exclude not only `mcp-server` but also `python-clients`
etcs.
--
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]