From 98ac98db9ace067d6ae953d562c0cb247e0846f4 Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Fri, 12 Sep 2025 17:10:13 +0200 Subject: [PATCH] Fix: Avoids hostap checkout on cache hit This change prevents the hostap repository from being cloned unnecessarily when the cache is hit, improving workflow efficiency. --- .github/workflows/hostap-vm.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/hostap-vm.yml b/.github/workflows/hostap-vm.yml index 54f043ed0..77f7007c3 100644 --- a/.github/workflows/hostap-vm.yml +++ b/.github/workflows/hostap-vm.yml @@ -79,6 +79,7 @@ jobs: lookup-only: true - name: Checkout hostap + if: steps.cache.outputs.cache-hit != 'true' run: git clone git://w1.fi/hostap.git hostap build_uml_linux: