ci : reduce (disable SYCL and CANN builds/releases) (#23705)

* ci : reduce

[no ci]

* cont : disable sycl, cann + rename caches

[no ci]

* cont : cann

[no ci]
This commit is contained in:
Georgi Gerganov
2026-05-26 15:21:21 +03:00
committed by GitHub
parent dbe9c0c8ce
commit 3dc7684f39
9 changed files with 511 additions and 500 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ jobs:
id: cache-sdk
with:
path: ./vulkan_sdk
key: vulkan-sdk-${{ env.VULKAN_SDK_VERSION }}-${{ runner.os }}
key: cache-gha-vulkan-sdk-${{ env.VULKAN_SDK_VERSION }}-${{ runner.os }}
- name: Setup Vulkan SDK
if: steps.cache-sdk.outputs.cache-hit != 'true'