We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b578c2 commit 66ec341Copy full SHA for 66ec341
.github/actions/fetch_ctk/action.yml
@@ -134,7 +134,7 @@ runs:
134
ls -l $CUDA_PATH
135
136
- name: Upload CTK cache
137
- if: ${{ always() &&
+ if: ${{ !cancelled() &&
138
steps.ctk-get-cache.outputs.cache-hit != 'true' }}
139
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
140
with:
0 commit comments