pitrou commented on a change in pull request #12698: URL: https://github.com/apache/arrow/pull/12698#discussion_r833608420
########## File path: .github/workflows/docs_light.yml ########## @@ -52,8 +52,8 @@ jobs: uses: actions/cache@v2 with: path: .docker - key: ubuntu-docs-${{ hashFiles('cpp/**') }} - restore-keys: ubuntu-docs- + key: conda-docs-${{ hashFiles('docs/**') }} + restore-keys: conda-docs- Review comment: Hmm, this change might partly be a mistake. Perhaps we want to compute the hashes on the C++ files? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org