File tree 7 files changed +289
-219
lines changed
7 files changed +289
-219
lines changed Original file line number Diff line number Diff line change 10
10
11
11
permissions : read-all
12
12
13
+ env :
14
+ OV_BRANCH : ${{ github.base_ref || github.event.merge_group.base_ref || github.ref }}
15
+
13
16
jobs :
14
17
history :
15
18
runs-on : ubuntu-22.04
16
19
steps :
17
20
- name : checkout master branch
18
21
uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
19
22
with :
20
- ref : master
23
+ ref : ${{ env.OV_BRANCH}}
21
24
fetch-depth : 0
22
25
- name : delete temporary branch
23
26
run : git branch -D temporary-ci-branch | echo 1
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ concurrency:
14
14
15
15
env :
16
16
PYTHON_VERSION : ' 3.11'
17
+ OV_BRANCH : ${{ github.base_ref || github.event.merge_group.base_ref || github.ref }}
17
18
18
19
permissions : read-all
19
20
58
59
repository : ' openvinotoolkit/openvino'
59
60
path : ${{ env.OPENVINO_REPO }}
60
61
submodules : ' true'
61
- ref : ' master '
62
+ ref : ${{ env.OV_BRANCH}}
62
63
63
64
- name : Clone OpenVINO Contrib
64
65
uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
@@ -240,7 +241,7 @@ jobs:
240
241
install_build_dependencies.sh
241
242
sparse-checkout-cone-mode : false
242
243
repository : ' openvinotoolkit/openvino'
243
- ref : ' master '
244
+ ref : ${{ env.OV_BRANCH}}
244
245
path : ${{ env.OPENVINO_REPO }}
245
246
246
247
- name : Install Prerequisites
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ concurrency:
14
14
15
15
env :
16
16
PYTHON_VERSION : ' 3.11'
17
+ OV_BRANCH : ${{ github.base_ref || github.event.merge_group.base_ref || github.ref }}
17
18
18
19
permissions : read-all
19
20
48
49
repository : ' openvinotoolkit/openvino'
49
50
path : ' openvino'
50
51
submodules : ' true'
51
- ref : ' master '
52
+ ref : ${{ env.OV_BRANCH}}
52
53
53
54
- name : Clone OpenVINO Contrib
54
55
uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ concurrency:
15
15
16
16
env :
17
17
PYTHON_VERSION : ' 3.11'
18
+ OV_BRANCH : ${{ github.base_ref || github.event.merge_group.base_ref || github.ref }}
18
19
19
20
permissions : read-all
20
21
50
51
repository : ' openvinotoolkit/openvino'
51
52
path : ${{ env.OPENVINO_REPO }}
52
53
submodules : ' true'
53
- ref : ' master '
54
+ ref : ${{ env.OV_BRANCH}}
54
55
55
56
- name : Clone OpenVINO Contrib
56
57
uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
You can’t perform that action at this time.
0 commit comments