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
@@ -93,7 +93,7 @@ jobs:
id: cache-rocm
with:
path: C:\Program Files\AMD\ROCm
key: rocm-${{ env.HIPSDK_INSTALLER_VERSION }}-${{ runner.os }}
key: cache-gha-rocm-${{ env.HIPSDK_INSTALLER_VERSION }}-${{ runner.os }}
- name: Setup ROCm
if: steps.cache-rocm.outputs.cache-hit != 'true'