diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ba34d7c..a0eab108 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Save cache + if: steps.load-cache-node_modules.outputs.cache-hit != 'true' id: save-cache-node_modules uses: actions/cache/save@v3 with: