Skip to content

Commit 53794aa

Browse files
authored
fix CI submodule update(#76633)
1 parent 8508819 commit 53794aa

File tree

10 files changed

+10
-0
lines changed

10 files changed

+10
-0
lines changed

.github/workflows/Coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ jobs:
151151
echo "Pull upstream $BRANCH"
152152
source ${{ github.workspace }}/../../../proxy
153153
bash ci/git_pull.sh $BRANCH
154+
git submodule update
154155
'
155156
156157
- name: Check bypass

.github/workflows/H-Coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ jobs:
128128
echo "Pull upstream $BRANCH"
129129
source ${{ github.workspace }}/../../../proxy
130130
bash ci/git_pull.sh $BRANCH
131+
git submodule update
131132
'
132133
133134
- name: Check bypass

.github/workflows/_Distribute-stable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ jobs:
136136
git checkout test
137137
echo "Pull upstream develop"
138138
bash ci/git_pull.sh $BRANCH
139+
git submodule update
139140
'
140141
141142
- name: Check bypass

.github/workflows/_Inference.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ jobs:
136136
git checkout test
137137
echo "Pull upstream develop"
138138
bash ci/git_pull.sh $BRANCH
139+
git submodule update
139140
'
140141
141142
- name: Run build

.github/workflows/_Linux-CPU.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ jobs:
124124
git fetch upstream $BRANCH
125125
git checkout test
126126
git merge --no-edit $BRANCH
127+
git submodule update
127128
'
128129
129130
- name: Check bypass

.github/workflows/_Linux-DCU.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ jobs:
141141
git checkout test
142142
echo "Pull upstream develop or target branch"
143143
git pull upstream $BRANCH --no-edit
144+
git submodule update
144145
'
145146
146147
- name: Run build

.github/workflows/_Linux-XPU.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ jobs:
127127
git checkout test
128128
echo "Pull upstream develop or target branch"
129129
bash ci/git_pull.sh $BRANCH
130+
git submodule update
130131
'
131132
132133
- name: Run build

.github/workflows/_Linux-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ jobs:
157157
git fetch upstream $BRANCH
158158
git checkout test
159159
git merge --no-edit $BRANCH
160+
git submodule update
160161
'
161162
162163
- name: Check bypass

.github/workflows/_Mac.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
git fetch upstream $BRANCH
7474
git checkout test
7575
git merge --no-edit $BRANCH
76+
git submodule update
7677
7778
- name: Check bypass
7879
id: check-bypass

.github/workflows/_SOT.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ jobs:
123123
git fetch upstream $BRANCH
124124
git checkout test
125125
git merge --no-edit $BRANCH
126+
git submodule update
126127
'
127128
128129
- name: Determine sot ci trigger

0 commit comments

Comments
 (0)