We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc7282 commit 12b0dcbCopy full SHA for 12b0dcb
.github/workflows/overhead-benchmark-daily.yml
@@ -51,12 +51,11 @@ jobs:
51
- name: Copy results back to gh-pages branch
52
run: rsync -avv benchmark-overhead/results/ gh-pages/benchmark-overhead/results/ && rm -rf benchmark-overhead/results
53
54
- - name: Use CLA approved bot
55
- run: .github/scripts/use-cla-approved-bot.sh
56
-
57
- name: Commit updated results
58
working-directory: ./gh-pages
59
run: |
+ git config user.name otelbot
+ git config user.email [email protected]
60
git add benchmark-overhead/results
61
git commit -m "update test result data"
62
git push
0 commit comments