Skip to content

Commit 66ec341

Browse files
committed
ci: backport cache fix
1 parent 1b578c2 commit 66ec341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/fetch_ctk/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ runs:
134134
ls -l $CUDA_PATH
135135
136136
- name: Upload CTK cache
137-
if: ${{ always() &&
137+
if: ${{ !cancelled() &&
138138
steps.ctk-get-cache.outputs.cache-hit != 'true' }}
139139
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
140140
with:

0 commit comments

Comments
 (0)