blaginin commented on code in PR #16709: URL: https://github.com/apache/datafusion/pull/16709#discussion_r2202511856
########## .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: So should be good as is! This line is added because we now cache CI runs on any branch, which takes up all our free CI space 😱 (which also made it hard to test during development) -- 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