From 02dc992a7b59697afc55718d38a61629b65dd88e Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 4 May 2026 04:21:47 +0200 Subject: [PATCH] save cache from this PR --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b718f22fd..be2780684 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -148,7 +148,7 @@ jobs: with: # Only save the cache from the main branch runs. # No need for PRs to write to the cache. - save-if: ${{ github.ref == 'refs/heads/main' }} + ##save-if: ${{ github.ref == 'refs/heads/main' }} shared-key: ${{ matrix.os }}-${{ matrix.rust }} - name: Install nextest