snuyanzin commented on code in PR #28105: URL: https://github.com/apache/flink/pull/28105#discussion_r3180465212
########## .github/workflows/ci.yml: ########## @@ -20,6 +20,11 @@ name: "Flink CI (beta)" on: push: + paths-ignore: + - 'docs/**' + - '**.md' + - '.gitignore' + - '.gitattributes' Review Comment: I was thinking about it however the answer is no the reason is that RAT license check in `compile.sh` parses them and changes in LICENSE/NOTICE might lead to failure -- 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]
