We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce657e4 commit 22f9d42Copy full SHA for 22f9d42
bench_runner/templates/_benchmark.src.yml
@@ -134,6 +134,7 @@ jobs:
134
# happened in the meantime.
135
# https://stackoverflow.com/questions/43770520/how-to-specify-default-merge-strategy-on-git-stash-pop
136
git stash
137
+ git pull -s recursive --rebase
138
git cherry-pick -n -m1 -Xtheirs stash
139
- name: Add data to repo
140
if: ${{ steps.should_run.outputs.should_run != 'false' }}
0 commit comments