From: Sigbjørn Skjæret Date: Sun, 14 Jun 2026 01:42:26 +0000 (+0200) Subject: add sycl to check-release (#24583) X-Git-Tag: upstream/0.0.10438~810 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=c2ba3e47a2038a2c4f51138c1843e374b174e83d;p=pkg%2Fggml%2Fsources%2Fllama.cpp add sycl to check-release (#24583) --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2763557bb..9c8fda51b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -783,6 +783,8 @@ jobs: name: cudart-llama-bin-win-cuda-${{ matrix.cuda }}-x64.zip windows-sycl: + needs: [check-release] + if: ${{ needs.check-release.outputs.should_release == 'true' }} runs-on: windows-2022 @@ -891,6 +893,8 @@ jobs: name: llama-bin-win-sycl-x64.zip ubuntu-24-sycl: + needs: [check-release] + if: ${{ needs.check-release.outputs.should_release == 'true' }} strategy: matrix: