Skip to content

Commit a1b83f5

Browse files
committed
don't fetch specific branch
1 parent 851333c commit a1b83f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
PIP_CONSTRAINT: ${{ github.workspace }}/benchmarks/benchmark.txt
125125

126126
- name: Fetch main branch
127-
run: git fetch origin main:main
127+
run: git fetch origin
128128

129129
- name: Run benchmarks latest release
130130
# here we check if the benchmark on the latest release is not broken

0 commit comments

Comments
 (0)