From d52a440edb61a3fee781eaeed47c218d48562ca0 Mon Sep 17 00:00:00 2001 From: edoapra Date: Sat, 1 Mar 2025 09:36:22 -0800 Subject: [PATCH] skip cache storing if cache already there --- .github/workflows/github_actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index 80622983b2..d5c5df96b1 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -532,6 +532,7 @@ jobs: run: | ./travis/compile_check.sh - name: store cache + if: ${{ (steps.setup-cache.outputs.cache-hit != 'true') run: | ./travis/cache_store.sh - name: qa_test