We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79f203b commit da11469Copy full SHA for da11469
.github/workflows/pyrobench.yaml
@@ -18,6 +18,8 @@ jobs:
18
fetch-depth: 1024
19
20
- run: |
21
+ # Ensure base branch is fetched
22
+ git fetch upstream "${GITHUB_BASE_REF}" --depth 1024
23
echo "GITHUB_BASE_REF=${GITHUB_BASE_REF}"
24
25
- name: Run Benchmark
0 commit comments