Skip to content

Commit 12b0dcb

Browse files
committed
move around benchmark git config
1 parent 4bc7282 commit 12b0dcb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/overhead-benchmark-daily.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,11 @@ jobs:
5151
- name: Copy results back to gh-pages branch
5252
run: rsync -avv benchmark-overhead/results/ gh-pages/benchmark-overhead/results/ && rm -rf benchmark-overhead/results
5353

54-
- name: Use CLA approved bot
55-
run: .github/scripts/use-cla-approved-bot.sh
56-
5754
- name: Commit updated results
5855
working-directory: ./gh-pages
5956
run: |
57+
git config user.name otelbot
58+
git config user.email [email protected]
6059
git add benchmark-overhead/results
6160
git commit -m "update test result data"
6261
git push

0 commit comments

Comments
 (0)