xushiyan commented on code in PR #93:
URL: https://github.com/apache/hudi-rs/pull/93#discussion_r1692614366


##########
.github/workflows/ci.yml:
##########
@@ -22,9 +22,17 @@ on:
     branches:
       - main
       - release/**
+    paths:
+      - 'python/**'
+      - '!python/Makefile'
+      - 'crates/**'

Review Comment:
   hmmm this causes maintenance burden as project evolves - we have to keep 
this list updated so that CI will trigger, like what about CI workflow files? 
wouldn't just defining `paths-ignore` serve the purpose?



-- 
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]

Reply via email to