Skip to content

Commit 6ee168c

Browse files
author
dmitrivasilyev
committed
add small bench
1 parent 4b873e0 commit 6ee168c

File tree

5 files changed

+23
-49
lines changed

5 files changed

+23
-49
lines changed

.github/workflows/bench.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ jobs:
8787
run: |
8888
git config --local user.email "github-actions[bot]@users.noreply.github.com"
8989
git config --local user.name "github-actions[bot]"
90+
git fetch origin ${{ github.ref_name }}
91+
git reset --hard origin/${{ github.ref_name }}
9092
git add documentation/docs/benchmarks.md
9193
git diff --staged --quiet || git commit -m "Update benchmark results [skip ci]"
92-
git push
94+
git push --force-with-lease

0 commit comments

Comments
 (0)