From 6573ccc05f0359ad98809049c36746025a868d4c Mon Sep 17 00:00:00 2001 From: holger krekel Date: Sat, 7 Mar 2026 21:34:21 +0100 Subject: [PATCH] cache images from fist commit in the PR and re-use it until end of PR --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ef301068..262ab42e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -89,7 +89,7 @@ jobs: /tmp/localchat-test0.tar.gz /tmp/localchat-test1.tar.gz lxconfigs/id_localchat* - key: incus-images-${{ runner.os }}-${{ github.ref_name }}-${{ hashFiles('chatmaild/src/**', 'cmdeploy/src/**') }} + key: incus-images-${{ runner.os }}-${{ github.ref_name }} restore-keys: | incus-images-${{ runner.os }}-${{ github.ref_name }}- incus-images-${{ runner.os }}-main-