Skip to content

Commit 2272d02

Browse files
committed
Fix benchmark
1 parent a0d13cf commit 2272d02

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Benchmark Main
33
on:
44
push:
55
branches: [ main ]
6+
pull_request: # TEMPORARY FOR TESTING, WILL REMOVE BEFORE MARKING READY TO REVIEW
67
workflow_dispatch:
78

89
permissions:
@@ -41,7 +42,13 @@ jobs:
4142
run: |
4243
apt-get update
4344
apt-get install -y git
44-
45+
46+
- name: Configure Git safe directory
47+
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
48+
49+
- name: Use CLA approved github bot
50+
run: .github/scripts/use-cla-approved-github-bot.sh
51+
4552
- name: Store benchmark results
4653
uses: benchmark-action/github-action-benchmark@d48d326b4ca9ba73ca0cd0d59f108f9e02a381c7 # v1.20.4
4754
with:

0 commit comments

Comments
 (0)