JBAhire opened a new pull request #6316: URL: https://github.com/apache/incubator-pinot/pull/6316
## Description I noticed that we are running CI on every single change including changes in README, docs and licence files which is not necessary at all. GitHub actions supports path filters which we can use to avoid running CI on changes in markdown or text files. This PR utilizes that to filter docs, licence, website and README file. ### References for this PR: - https://github.community/t/using-on-push-tags-ignore-and-paths-ignore-together/16931 - https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet - https://github.com/hypertrace/hypertrace-service/pull/48 - https://github.com/openshift/gatekeeper/blob/1fb8db0b4d81cd366a56808f950c3d6f8719f658/.github/workflows/workflow.yaml ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org