[GHA] Checkout the latest OneDNN for GPU in nightly (#24534)

### Tickets:
 - CVS-139627
This commit is contained in:
Alina Kladieva 2024-05-22 16:57:06 +02:00 committed by GitHub
parent f400fe5d87
commit b014776bf4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 0 deletions

View File

@ -94,6 +94,15 @@ jobs:
path: ${{ env.OPENVINO_REPO }}
submodules: 'true'
# Ticket: 139627
- name: Checkout the latest OneDNN for GPU in nightly
if: ${{ github.event_name == 'schedule' }}
working-directory: ${{ env.OPENVINO_REPO }}/src/plugins/intel_gpu/thirdparty/onednn_gpu
run: |
git fetch origin
git checkout main
git rev-parse HEAD
- name: Clone OpenVINO Contrib
uses: actions/checkout@v4
with: