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 7f9a4a0 commit 5ace973Copy full SHA for 5ace973
.github/workflows/overhead-benchmark-daily.yml
@@ -52,7 +52,8 @@ jobs:
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
+ working-directory: ./gh-pages
56
+ run: ../.github/scripts/use-cla-approved-bot.sh
57
58
- name: Commit updated results
59
working-directory: ./gh-pages
0 commit comments