blaginin commented on code in PR #16709: URL: https://github.com/apache/datafusion/pull/16709#discussion_r2202511007
########## .github/actions/setup-macos-aarch64-builder/action.yaml: ########## @@ -45,5 +45,7 @@ runs: rustup component add rustfmt - name: Setup rust cache uses: Swatinem/rust-cache@v2 + with: + save-if: ${{ github.ref_name == 'main' }} Review Comment: This is a macos run, so I don't this we should use shared key with other runs (which are on linux) If shared key isn't set, job-based one is used: https://github.com/Swatinem/rust-cache/blob/7e1e2d0a10862b34e5df481373b2b0f295d1a2ef/action.yml#L10 -- 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...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org