From 66ec3414c76541a5e04af88361b8f2d11f147e4a Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Wed, 8 Oct 2025 15:15:26 -0400 Subject: [PATCH] ci: backport cache fix --- .github/actions/fetch_ctk/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/fetch_ctk/action.yml b/.github/actions/fetch_ctk/action.yml index 43a0188806..e96e71220f 100644 --- a/.github/actions/fetch_ctk/action.yml +++ b/.github/actions/fetch_ctk/action.yml @@ -134,7 +134,7 @@ runs: ls -l $CUDA_PATH - name: Upload CTK cache - if: ${{ always() && + if: ${{ !cancelled() && steps.ctk-get-cache.outputs.cache-hit != 'true' }} uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 with: