Skip to content

Commit

Permalink
Don't save always
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreinking committed Aug 30, 2024
1 parent e53d89f commit 452756e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
id: cache-flatbuffers
uses: actions/cache@v4
with:
save-always: true
path: opt/flatbuffers
key: flatbuffers-${{ env.FLATBUFFERS_VERSION }}-${{ matrix.platform_tag }}

Expand Down Expand Up @@ -98,7 +97,6 @@ jobs:
id: cache-wabt
uses: actions/cache@v4
with:
save-always: true
path: opt/wabt
key: wabt-${{ env.WABT_VERSION }}-${{ matrix.platform_tag }}

Expand Down Expand Up @@ -137,7 +135,6 @@ jobs:
id: cache-llvm
uses: actions/cache@v4
with:
save-always: true
path: opt/llvm
key: llvm-${{ env.LLVM_VERSION }}-${{ matrix.platform_tag }}

Expand Down

0 comments on commit 452756e

Please sign in to comment.