From 6afa3b57dd608e930be0bfdf90e32df97e855cd0 Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Wed, 18 Jun 2025 19:11:45 +0200 Subject: [PATCH] acceptance --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 50516a3799..6ef82c6762 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: id-token: write packages: write env: - CACHE_DIR: ${{ runner.temp }}/login-run-caches + CACHE_DIR: /tmp/login-run-caches steps: - name: Login to GitHub Container Registry uses: docker/login-action@v3 @@ -53,7 +53,7 @@ jobs: key: login-run-caches-${{ github.ref == 'refs/heads/main' && 'latest' || fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }} restore-keys: login-run-caches-latest - name: Clean up Run Caches -# if: ${{ github.event.inputs.clean-run-caches == 'true' }} + if: ${{ github.event.inputs.clean-run-caches == 'true' }} run: make clean-run-caches - name: Show Run Caches run: make show-run-caches