This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 0399655dddb Octopin should save its own cache (#55340)
0399655dddb is described below

commit 0399655dddb0e72034d131d7eb61f29def19e5d8
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun Sep 7 09:16:30 2025 +0200

    Octopin should save its own cache (#55340)
    
    Octopin uses Python 3.11, so it should save its own cache.
---
 .github/workflows/ci-amd.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci-amd.yml b/.github/workflows/ci-amd.yml
index 584426f80b5..9ad566e21ab 100644
--- a/.github/workflows/ci-amd.yml
+++ b/.github/workflows/ci-amd.yml
@@ -191,7 +191,8 @@ jobs:
           # octopin needs python 3.11
           python-version: "3.11"
           platform: "linux/amd64"
-          save-cache: false
+          save-cache: true
+          skip-prek-hooks: ""
       - name: "Run pin-versions"
         run: >
           prek -c .github/.pre-commit-config.yaml --all-files --verbose 
--hook-stage manual

Reply via email to