zentol commented on code in PR #24318: URL: https://github.com/apache/flink/pull/24318#discussion_r1500608696
########## .github/workflows/ci.yml: ########## @@ -20,6 +20,8 @@ name: "Flink CI (beta)" on: push: + paths-ignore: + - 'docs/**' Review Comment: this is too broad and can hide problems when generated config is out of sync. -- 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]
