nealrichardson commented on a change in pull request #8824:
URL: https://github.com/apache/arrow/pull/8824#discussion_r535507642
##########
File path: .github/workflows/cpp.yml
##########
@@ -21,7 +21,7 @@ on:
push:
paths:
- '.github/workflows/cpp.yml'
- - 'ci/docker/**'
+ - 'ci/docker/*cpp*'
Review comment:
I think you need to add this one (or similar) to the R, Python, and Ruby
jobs too. Their dockerfiles generally build on the cpp images (you can trace
through the `base` parameter in docker-compose.yml, e.g.
https://github.com/apache/arrow/blob/master/docker-compose.yml#L430)
----------------------------------------------------------------
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:
[email protected]