From bd3f6a79358cd6f21639b8bd2ea03dd4f90bd3bf Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Thu, 23 Jul 2026 18:48:54 -0700 Subject: [PATCH] [CI] Remove redundant Rust cache save-if settings (#32243) --- .github/workflows/pr-benchmark-rust.yml | 2 -- .github/workflows/pr-test-rust.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/pr-benchmark-rust.yml b/.github/workflows/pr-benchmark-rust.yml index 49dd73895..2ed351292 100644 --- a/.github/workflows/pr-benchmark-rust.yml +++ b/.github/workflows/pr-benchmark-rust.yml @@ -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 diff --git a/.github/workflows/pr-test-rust.yml b/.github/workflows/pr-test-rust.yml index e544d4f1f..5c8f7fbf4 100644 --- a/.github/workflows/pr-test-rust.yml +++ b/.github/workflows/pr-test-rust.yml @@ -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: |