Skip to content

Commit 2be0c15

Browse files
authored
ci: backport cache fix (#1108)
1 parent 573345b commit 2be0c15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)