ci: do not store Rust cache from PRs in jsonrpc.yml workflow

Follow-up to d75c05e717
This commit is contained in:
link2xt
2026-05-15 02:39:26 +02:00
committed by l
parent 354edb042b
commit 4eda257cfa

View File

@@ -25,7 +25,9 @@ jobs:
with: with:
node-version: 18.x node-version: 18.x
- name: Add Rust cache - name: Add Rust cache
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4
with:
save-if: ${{ github.ref == 'refs/heads/main' }}
- name: npm install - name: npm install
working-directory: deltachat-jsonrpc/typescript working-directory: deltachat-jsonrpc/typescript
run: npm install run: npm install