We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 544cc5a commit 3732783Copy full SHA for 3732783
.github/workflows/asv.yml
@@ -23,8 +23,9 @@ jobs:
23
fetch-depth: 0
24
25
- name: Set up main branch
26
+ if: github.event_name == 'pull_request'
27
run: |
- git branch -f main origin/main
28
+ git branch main origin/main
29
30
- uses: prefix-dev/[email protected]
31
with:
@@ -55,8 +56,9 @@ jobs:
55
56
57
58
59
60
61
62
63
- name: Prepare previous ASV results
64
uses: actions/checkout@v5
0 commit comments