Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
platform: ubuntu22
commit_packages_to_provide: wheels
revision: latest_available_commit
revision: fcf7c2964cf460ecfcb039f748d1f4028626d58c
# Set specific revision and uncomment to use OV from its PR build:
# branch_name: master
# event_name: pull_request
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
with:
platform: ubuntu22
commit_packages_to_provide: wheels,developer_package.tar.gz,openvino_node_npm_package.tar.gz
revision: latest_available_commit
revision: fcf7c2964cf460ecfcb039f748d1f4028626d58c
# Set specific revision and uncomment to use OV from its PR build:
# branch_name: master
# event_name: pull_request
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
platform: macos_14_7
arch: 'arm64'
commit_packages_to_provide: wheels,developer_package.tar.gz,openvino_node_npm_package.tar.gz
revision: latest_available_commit
revision: fcf7c2964cf460ecfcb039f748d1f4028626d58c
# Set specific revision and uncomment to use OV from its PR build:
# branch_name: master
# event_name: pull_request
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manylinux_2_28.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
with:
platform: almalinux8
commit_packages_to_provide: wheels,developer_package.tar.gz,openvino_node_npm_package.tar.gz
revision: latest_available_commit
revision: fcf7c2964cf460ecfcb039f748d1f4028626d58c

- name: Clone docker tag from OpenVINO repo
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
with:
platform: windows
commit_packages_to_provide: wheels,openvino_node_npm_package.zip
revision: latest_available_commit
revision: fcf7c2964cf460ecfcb039f748d1f4028626d58c
# Set specific revision and uncomment to use OV from its PR build:
# branch_name: master
# event_name: pull_request
Expand Down
Loading