diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 206d80cd02f..4b6363a9304 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -62,7 +62,7 @@ jobs: repository: 'openvinotoolkit/openvino_contrib' path: ${{ env.OPENVINO_CONTRIB_REPO }} submodules: 'true' - ref: 'master' + ref: 'releases/2023/3' # # Dependencies diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index fcc5e1f4923..b514e6bf36d 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -90,7 +90,7 @@ jobs: repository: 'openvinotoolkit/openvino_contrib' path: ${{ env.OPENVINO_CONTRIB_REPO }} submodules: 'true' - ref: 'master' + ref: 'releases/2023/3' # # Print system info @@ -521,7 +521,7 @@ jobs: with: repository: 'openvinotoolkit/openvino_contrib' path: ${{ env.OPENVINO_CONTRIB_REPO }} - ref: 'master' + ref: 'releases/2023/3' # # Dependencies diff --git a/.github/workflows/linux_arm64.yml b/.github/workflows/linux_arm64.yml index 2ef15b6c087..99f4e6f5d9e 100644 --- a/.github/workflows/linux_arm64.yml +++ b/.github/workflows/linux_arm64.yml @@ -87,7 +87,7 @@ jobs: repository: 'openvinotoolkit/openvino_contrib' path: ${{ env.OPENVINO_CONTRIB_REPO }} submodules: 'true' - ref: 'master' + ref: 'releases/2023/3' # # Print system info diff --git a/.github/workflows/linux_conditional_compilation.yml b/.github/workflows/linux_conditional_compilation.yml index 82b2f24b6b7..06338c835b4 100644 --- a/.github/workflows/linux_conditional_compilation.yml +++ b/.github/workflows/linux_conditional_compilation.yml @@ -86,7 +86,7 @@ jobs: repository: 'openvinotoolkit/testdata' path: ${{ env.MODELS_PATH }} lfs: 'true' - ref: 'master' + ref: 'releases/2023/3' # # Print system info @@ -269,7 +269,7 @@ jobs: repository: 'openvinotoolkit/testdata' path: ${{ env.MODELS_PATH }} lfs: 'true' - ref: 'master' + ref: 'releases/2023/3' - name: Download selective build statistics package uses: actions/download-artifact@v3 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 3c1df21a9cf..49d6da1d090 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -72,7 +72,7 @@ jobs: with: repository: 'openvinotoolkit/openvino_contrib' path: 'openvino_contrib' - ref: 'master' + ref: 'releases/2023/3' # # Print system info diff --git a/.github/workflows/windows_conditional_compilation.yml b/.github/workflows/windows_conditional_compilation.yml index 57d8e327782..faf086842cb 100644 --- a/.github/workflows/windows_conditional_compilation.yml +++ b/.github/workflows/windows_conditional_compilation.yml @@ -77,7 +77,7 @@ jobs: repository: 'openvinotoolkit/testdata' path: 'testdata' lfs: 'true' - ref: 'master' + ref: 'releases/2023/3' # # Print system info @@ -275,7 +275,7 @@ jobs: repository: 'openvinotoolkit/testdata' path: 'testdata' lfs: 'true' - ref: 'master' + ref: 'releases/2023/3' - name: Download selective build statistics package uses: actions/download-artifact@v3