Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/overhead-benchmark-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,11 @@ jobs:
- name: Copy results back to gh-pages branch
run: rsync -avv benchmark-overhead/results/ gh-pages/benchmark-overhead/results/ && rm -rf benchmark-overhead/results

- name: Use CLA approved bot
run: .github/scripts/use-cla-approved-bot.sh

- name: Commit updated results
working-directory: ./gh-pages
run: |
git config user.name otelbot
git config user.email [email protected]
git add benchmark-overhead/results
git commit -m "update test result data"
git push
Expand Down