Skip to content
Merged
Changes from 2 commits
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
3 changes: 3 additions & 0 deletions .github/workflows/overhead-benchmark-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ jobs:

- name: Commit updated results
working-directory: ./gh-pages
# The git config from use-cla-approved-bot.sh is lost when switching working-directory
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