From 0bfd2645cad9ebe0cc4277aca1811e1263fa8cda Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 4 Feb 2026 02:40:27 +0100 Subject: [PATCH] GHA/windows: set `lookup-only` in build-cache jobs To save a few seconds by not actually restoring the cache, just checking if there is cache hit. Follow-up to fb44e44d929f4e8eb140e5e1c7bd3a7f4d0e7d58 #20456 Closes #20512 --- .github/workflows/windows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 826a0056cb..1b37d0cd50 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -50,6 +50,7 @@ jobs: with: path: C:\my-stunnel key: ${{ runner.os }}-stunnel-${{ env.STUNNEL_VERSION }}-amd64 + lookup-only: true - name: 'install test prereqs (stunnel)' if: ${{ steps.cache-stunnel.outputs.cache-hit != 'true' }}