apache / gravitino

World's most powerful open data catalog for building a high-performance, geo-distributed and federated metadata lake.
https://gravitino.apache.org
Apache License 2.0
1.1k stars 344 forks source link

[Improvement] Optimize Github CI trigger conditions to avoid missing new changes #5519

Open mchades opened 2 weeks ago

mchades commented 2 weeks ago

What would you like to be improved?

With the current CI configuration, a new module change will never trigger the CI unless the YAML file is updated.

This is not an ideal way to manage the CI system.

How should we improve?

Use reverse triggers to ensure that adding a new module will trigger the build CI and the backend CI.