Skip to content

Commit da11469

Browse files
committed
fix-base
1 parent 79f203b commit da11469

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pyrobench.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
fetch-depth: 1024
1919

2020
- run: |
21+
# Ensure base branch is fetched
22+
git fetch upstream "${GITHUB_BASE_REF}" --depth 1024
2123
echo "GITHUB_BASE_REF=${GITHUB_BASE_REF}"
2224
2325
- name: Run Benchmark

0 commit comments

Comments
 (0)