[CI] Remove redundant Rust cache save-if settings (#32243)
This commit is contained in:
@@ -47,7 +47,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
workspaces: sgl-model-gateway
|
workspaces: sgl-model-gateway
|
||||||
shared-key: "rust-cache"
|
shared-key: "rust-cache"
|
||||||
save-if: true
|
|
||||||
cache-all-crates: true
|
cache-all-crates: true
|
||||||
cache-on-failure: true
|
cache-on-failure: true
|
||||||
|
|
||||||
@@ -111,7 +110,6 @@ jobs:
|
|||||||
shared-key: "rust-cache"
|
shared-key: "rust-cache"
|
||||||
cache-all-crates: true
|
cache-all-crates: true
|
||||||
cache-on-failure: true
|
cache-on-failure: true
|
||||||
save-if: true
|
|
||||||
|
|
||||||
- name: Run benchmark
|
- name: Run benchmark
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
|
|||||||
@@ -64,7 +64,6 @@ jobs:
|
|||||||
shared-key: "rust-cache"
|
shared-key: "rust-cache"
|
||||||
cache-all-crates: true
|
cache-all-crates: true
|
||||||
cache-on-failure: true
|
cache-on-failure: true
|
||||||
save-if: true
|
|
||||||
|
|
||||||
- name: Build python binding
|
- name: Build python binding
|
||||||
run: |
|
run: |
|
||||||
@@ -154,7 +153,6 @@ jobs:
|
|||||||
shared-key: "rust-cache"
|
shared-key: "rust-cache"
|
||||||
cache-all-crates: true
|
cache-all-crates: true
|
||||||
cache-on-failure: true
|
cache-on-failure: true
|
||||||
save-if: true
|
|
||||||
|
|
||||||
- name: Run lint
|
- name: Run lint
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user