abyssnlp commented on code in PR #93:
URL: https://github.com/apache/hudi-rs/pull/93#discussion_r1692553298
##########
.github/workflows/ci.yml:
##########
@@ -22,9 +22,17 @@ on:
branches:
- main
- release/**
+ paths:
+ - 'python/**'
+ - '!python/Makefile'
+ - 'crates/**'
Review Comment:
Addressed in
[174894c](https://github.com/apache/hudi-rs/pull/93/commits/174894c1d22b9de9fc3d4d1786859c9a5c65062a).
The CI should now run whenever a change is made in either the rust or python
source, setup/project dependencies or changes in test coverage configuration.
Although redundant as the paths spec should take care of this, I've explicitly
ignored running CI on paths for markdown files and changes in the issue
template or pull request template.
--
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]