From 0275e40f6bc1fe13f197791dcdd8b5bb49e2aabc Mon Sep 17 00:00:00 2001 From: Michael Fan Date: Wed, 25 Mar 2026 15:07:18 -0400 Subject: [PATCH] codex: revert unrelated rust CI workflow change Co-authored-by: Codex --- .github/workflows/rust-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index 7115502364..c203e2b742 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -494,10 +494,8 @@ jobs: # Save caches explicitly; make non-fatal so cache packaging # never fails the overall job. Only save when key wasn't hit. - # Lint/build jobs already save this cache key. Skipping the redundant - # Windows test-job save keeps the test jobs within their timeout budget. - name: Save cargo home cache - if: always() && !cancelled() && !startsWith(matrix.runner, 'windows') && steps.cache_cargo_home_restore.outputs.cache-hit != 'true' + if: always() && !cancelled() && steps.cache_cargo_home_restore.outputs.cache-hit != 'true' continue-on-error: true uses: actions/cache/save@v5 with: