Skip to content

Commit 5ace973

Browse files
authored
Move around benchmark git config (#14820)
1 parent 7f9a4a0 commit 5ace973

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ jobs:
5252
run: rsync -avv benchmark-overhead/results/ gh-pages/benchmark-overhead/results/ && rm -rf benchmark-overhead/results
5353

5454
- name: Use CLA approved bot
55-
run: .github/scripts/use-cla-approved-bot.sh
55+
working-directory: ./gh-pages
56+
run: ../.github/scripts/use-cla-approved-bot.sh
5657

5758
- name: Commit updated results
5859
working-directory: ./gh-pages

0 commit comments

Comments
 (0)