blaginin commented on code in PR #21941:
URL: https://github.com/apache/datafusion/pull/21941#discussion_r3164534785
##########
.github/workflows/rust.yml:
##########
@@ -33,14 +33,11 @@ on:
- ".github/ISSUE_TEMPLATE/**"
- ".github/pull_request_template.md"
pull_request:
- paths-ignore:
- - "docs/**"
- - "**.md"
- - ".github/ISSUE_TEMPLATE/**"
- - ".github/pull_request_template.md"
Review Comment:
a bit annoying that we'll run those on every pr even on those that changes
docs. but:
- we don't have many of those anyway
- i really
[tried](https://github.com/apache/datafusion-sandbox/pulls?q=is%3Apr+author%3Ablaginin+is%3Aclosed)
to fix this, but it makes the CI very complicated to install and support in
the future
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]