disable toolkit cache if self-hosted

This commit is contained in:
Sigbjørn Skjæret 2026-03-15 15:50:44 +01:00 committed by GitHub
parent d3294d6170
commit e7782a8bf2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -618,6 +618,7 @@ jobs:
sudo apt-get install -y ocl-icd-opencl-dev opencl-headers opencl-clhpp-headers intel-opencl-icd
- name: Use OpenVINO Toolkit Cache
if: ${{ !contains(fromJSON(matrix.runner), 'self-hosted') }}
uses: actions/cache@v5
id: cache-openvino
with: