diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b1db25f..0628bc5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -89,6 +89,7 @@ jobs: - name: save stack caches if: | !cancelled() + && steps.restore-stack-caches.outputs.cache-hit != 'true' uses: unisonweb/actions/stack/cache/save@main with: cache-prefix: ${{env.exe_cache_prefix}}