potiuk commented on code in PR #55328: URL: https://github.com/apache/airflow/pull/55328#discussion_r2328362085
########## .github/actions/install-prek/action.yml: ########## @@ -91,3 +94,17 @@ runs: working-directory: ${{ github.workspace }} env: SKIP: ${{ inputs.skip-prek-hooks }} + - name: "Prepare .tar file from prek cache" + run: | + tar -C ~ -czf /tmp/cache-prek.tar.gz .cache/prek + shell: bash + if: inputs.save-cache == 'true' + - name: "Save prek cache" + uses: apache/infrastructure-actions/stash/save@1c35b5ccf8fba5d4c3fdf25a045ca91aa0cbc468 Review Comment: Yep. We have octopin prek workflow to do it. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org