zhongjiajie opened a new issue #6799: URL: https://github.com/apache/dolphinscheduler/issues/6799
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement. ### Description After 9113817b merged, maintainer could merge PR until CI `Build` and `Unit Test` pass. But we `Build` and `Unit Test` will skip, if some change in specific paths, so we create PR #6797 remove the rule to make our PR pass CI. This could make CI run but not enough effective, cause some change do not need to run all test. @kezhenxu94 provides a way to run `Unit Test` pass. But we `Build` but skip some github action step, here is an example * https://github.com/apache/skywalking-cli/blob/master/.github/file-filters.yml * https://github.com/apache/skywalking-cli/blob/45a5f9807126dc6ea9fe06e17e7aafbe212436d2/.github/workflows/unit-tests.yml#L33-L41 Maybe our workflow could add something like that. Run job `Build` and `Unit Test` but skip some step to make it more effective ### Use case _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
