assignUser commented on code in PR #38927:
URL: https://github.com/apache/arrow/pull/38927#discussion_r1408616426


##########
.github/workflows/r.yml:
##########
@@ -143,6 +133,16 @@ jobs:
         with:
           fetch-depth: 0
           submodules: recursive
+      - name: Cache Docker Volumes
+        uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
+        with:
+          path: .docker
+          # As this key is identical on both matrix builds only one will be 
able to successfully cache,
+          # this is fine as there are no differences in the build
+          key: ubuntu-${{ matrix.ubuntu }}-r-${{ matrix.r }}-${{ 
hashFiles('cpp/src/**/*.cc','cpp/src/**/*.h)') }}-${{ github.run_id }}

Review Comment:
   just saw the commit message^^ so this needs to be move up to it's intended 
place^^



-- 
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]

Reply via email to