[CI] Remove redundant Rust cache save-if settings (#32243)

This commit is contained in:
Lianmin Zheng
2026-07-23 18:48:54 -07:00
committed by GitHub
parent 1e10ec93b3
commit bd3f6a7935
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -47,7 +47,6 @@ jobs:
with:
workspaces: sgl-model-gateway
shared-key: "rust-cache"
save-if: true
cache-all-crates: true
cache-on-failure: true
@@ -111,7 +110,6 @@ jobs:
shared-key: "rust-cache"
cache-all-crates: true
cache-on-failure: true
save-if: true
- name: Run benchmark
timeout-minutes: 30
-2
View File
@@ -64,7 +64,6 @@ jobs:
shared-key: "rust-cache"
cache-all-crates: true
cache-on-failure: true
save-if: true
- name: Build python binding
run: |
@@ -154,7 +153,6 @@ jobs:
shared-key: "rust-cache"
cache-all-crates: true
cache-on-failure: true
save-if: true
- name: Run lint
run: |