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 12b0dcb commit 445a500Copy full SHA for 445a500
.github/workflows/overhead-benchmark-daily.yml
@@ -51,8 +51,12 @@ 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
+ # The git config from use-cla-approved-bot.sh is lost when switching working-directory
60
run: |
61
git config user.name otelbot
62
git config user.email [email protected]
0 commit comments