diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index 240362cb..19c3ed62 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -58,7 +58,7 @@ jobs: shell: python - name: Save blender uses: actions/cache/save@v3 - if: runner.os != 'macOS' + if: steps.cache-blender.outputs.cache-hit != 'true' && runner.os != 'macOS' with: path: blender key: ${{ matrix.os }}-${{ matrix.blender_version}}-blender