We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebc225f + 78eaadf commit 443248cCopy full SHA for 443248c
.github/workflows/linux.yml
@@ -53,7 +53,7 @@ jobs:
53
with:
54
platform: ubuntu22
55
commit_packages_to_provide: wheels,openvino_js_package.tar.gz
56
- revision: adf0188290a04c49c089b442d67255080f5ca31b
+ revision: latest_available_commit
57
58
- name: Clone docker tag from OpenVINO repo
59
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
.github/workflows/windows.yml
@@ -49,7 +49,7 @@ jobs:
49
50
platform: windows
51
commit_packages_to_provide: wheels,openvino_js_package.zip
52
- revision: ed8e7bd23f11cf4e85804cf4aa0523e71644e7d1
+ revision: 'latest_available_commit'
genai_build_cpack:
name: genai cpack (${{ matrix.build_type }})
0 commit comments