Skip to content

Commit d22f3e6

Browse files
authored
[CI] Remove restore-keys from main2mian workflow cache (vllm-project#11362)
### What this PR does / why we need it? Remove restore-keys from main2mian workflow cache ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? - vLLM version: v0.23.0 - vLLM main: vllm-project/vllm@a30addc Signed-off-by: wjunLu <wjunlu217@gmail.com>
1 parent 0ffd1a8 commit d22f3e6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/schedule_main2main.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,6 @@ jobs:
238238
vllm-ascend/vllm_ascend/lib
239239
vllm-ascend/vllm_ascend/include
240240
key: vllm-ascend-build-v1-${{ steps.get_arch.outputs.arch }}-${{ env.MAIN2MAIN_IMAGE_TAG }}-${{ steps.get_csrc_hash.outputs.CSRC_HASH }}
241-
restore-keys: |
242-
vllm-ascend-build-v1-${{ steps.get_arch.outputs.arch }}-${{ env.MAIN2MAIN_IMAGE_TAG }}-
243241

244242
- name: Create working branch
245243
id: branch

0 commit comments

Comments
 (0)