Skip to content

Commit c2ba3e4

Browse files
authored
add sycl to check-release (ggml-org#24583)
1 parent 53bd47e commit c2ba3e4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,8 @@ jobs:
783783
name: cudart-llama-bin-win-cuda-${{ matrix.cuda }}-x64.zip
784784

785785
windows-sycl:
786+
needs: [check-release]
787+
if: ${{ needs.check-release.outputs.should_release == 'true' }}
786788

787789
runs-on: windows-2022
788790

@@ -891,6 +893,8 @@ jobs:
891893
name: llama-bin-win-sycl-x64.zip
892894

893895
ubuntu-24-sycl:
896+
needs: [check-release]
897+
if: ${{ needs.check-release.outputs.should_release == 'true' }}
894898

895899
strategy:
896900
matrix:

0 commit comments

Comments
 (0)