]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
add sycl to check-release (#24583)
authorSigbjørn Skjæret <redacted>
Sun, 14 Jun 2026 01:42:26 +0000 (03:42 +0200)
committerGitHub <redacted>
Sun, 14 Jun 2026 01:42:26 +0000 (09:42 +0800)
.github/workflows/release.yml

index 2763557bb11205a573aec897ccff4a4010903031..9c8fda51b5751cc001330162002a6f5506dea2c9 100644 (file)
@@ -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: