Skip to content

Commit c7a330e

Browse files
committed
Actually do a pull
1 parent 22f9d42 commit c7a330e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bench_runner/templates/_benchmark.src.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ jobs:
234234
# happened in the meantime.
235235
# https://stackoverflow.com/questions/43770520/how-to-specify-default-merge-strategy-on-git-stash-pop
236236
git stash
237+
git pull -s recursive --rebase
237238
git cherry-pick -n -m1 -Xtheirs stash
238239
- name: Adding data to repo
239240
if: ${{ steps.should_run.outputs.should_run != 'false' && !inputs.perf }}
@@ -330,6 +331,7 @@ jobs:
330331
# happened in the meantime.
331332
# https://stackoverflow.com/questions/43770520/how-to-specify-default-merge-strategy-on-git-stash-pop
332333
git stash
334+
git pull -s recursive --rebase
333335
git cherry-pick -n -m1 -Xtheirs stash
334336
- name: Add data to repo
335337
if: ${{ steps.should_run.outputs.should_run != 'false' }}

0 commit comments

Comments
 (0)