Skip to content

Commit

Permalink
chore: fine tune Rust cache policy
Browse files Browse the repository at this point in the history
  • Loading branch information
iduartgomez committed Oct 20, 2024
1 parent 37af57a commit d014513
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
targets: wasm32-unknown-unknown

- uses: Swatinem/rust-cache@v2
if: success() || steps.test.conclusion == 'failure'
with:
save-if: ${{ github.ref == 'refs/heads/master' }}

- name: Install stdlib packages
working-directory: stdlib/typescript
Expand Down

0 comments on commit d014513

Please sign in to comment.