From 3f33438d1065535493a534d22960c99e356d0dea Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Thu, 19 Jun 2025 13:39:48 +0200 Subject: [PATCH] cache compose tests --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 449b5c1139..1b2059bd06 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,9 +52,10 @@ jobs: id: run-caches-restore with: path: ${{ env.CACHE_DIR }} - key: ${{ runner.os }}-login-run-caches-${{ github.sha }} + key: ${{ runner.os }}-login-run-caches-${{ github.sha }}-${{github.run_number}} restore-keys: | - ${{ runner.os }}-login-run-caches- + ${{ runner.os }}-login-run-caches-${{ github.sha }}- + ${{ runner.os }}-login-run-caches- - name: Show Run Caches run: make show-run-caches - run: make login-quality