Skip to content

Commit 445a500

Browse files
committed
re-add cla script and add comment
1 parent 12b0dcb commit 445a500

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,12 @@ 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+
5457
- name: Commit updated results
5558
working-directory: ./gh-pages
59+
# The git config from use-cla-approved-bot.sh is lost when switching working-directory
5660
run: |
5761
git config user.name otelbot
5862
git config user.email [email protected]

0 commit comments

Comments
 (0)