martin-g commented on code in PR #104: URL: https://github.com/apache/arrow-datafusion-python/pull/104#discussion_r1040586370
########## .github/workflows/docs.yaml: ########## @@ -0,0 +1,67 @@ +on: + push: + branches: + - master + tags: + - "!**-rc" + paths: + - docs/** + - .github/workflows/docs.yml Review Comment: I don't follow you. I've added these two paths so that this workflow is executed only if either the workflow itself is changed or any file in `docs/` folder. There is no need to build and deploy the docs for Rust/Python code changes. -- 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]
