Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/asv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
fetch-depth: 0

- name: Set up main branch
if: github.event_name == 'pull_request'
run: |
git branch -f main origin/main
git branch main origin/main

- uses: prefix-dev/[email protected]
with:
Expand Down Expand Up @@ -55,8 +56,9 @@ jobs:
fetch-depth: 0

- name: Set up main branch
if: github.event_name == 'pull_request'
run: |
git branch -f main origin/main
git branch main origin/main

- name: Prepare previous ASV results
uses: actions/checkout@v5
Expand Down
Loading