Skip to content

Commit 0275c0f

Browse files
authored
ci : add windows-openvino to check-release (ggml-org#25022)
1 parent 83d385b commit 0275c0f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,9 @@ jobs:
552552
name: llama-bin-ubuntu-openvino-${{ env.OPENVINO_VERSION_MAJOR }}-x64.tar.gz
553553

554554
windows-openvino:
555+
needs: [check-release]
556+
if: ${{ needs.check-release.outputs.should_release == 'true' }}
557+
555558
runs-on: windows-2022
556559

557560
outputs:

0 commit comments

Comments
 (0)