We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bebd6f commit 6b154a9Copy full SHA for 6b154a9
1 file changed
.github/workflows/benchmark-pr-comment.yml
@@ -33,6 +33,12 @@ jobs:
33
34
steps:
35
- uses: actions/checkout@v4
36
+ with:
37
+ repository: ${{ github.repository }}
38
+ ref: ${{ github.event.repository.default_branch }}
39
+
40
+ - name: Fetch gh-pages for baseline comparison
41
+ run: git fetch origin gh-pages:gh-pages
42
43
- name: Download benchmark artifact
44
uses: actions/download-artifact@v4
@@ -68,6 +74,12 @@ jobs:
68
74
69
75
70
76
77
78
79
80
81
82
71
83
72
84
73
85
0 commit comments