Skip to content

Commit 222df3d

Browse files
Fix benchmarking workflow for forked repo prs (#586)
1 parent 5162d48 commit 222df3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
github.event.comment.author_association == 'COLLABORATOR'
5151
)
5252
runs-on: ubuntu-latest
53-
timeout-minutes: 360
53+
timeout-minutes: 30
5454

5555
steps:
5656
- name: React to comment and post running status
@@ -99,7 +99,7 @@ jobs:
9999
- name: Checkout PR branch
100100
uses: actions/checkout@v4
101101
with:
102-
ref: ${{ steps.pr-info.outputs.ref }}
102+
ref: refs/pull/${{ github.event.issue.number }}/head
103103

104104
- name: Setup bun
105105
uses: oven-sh/setup-bun@v2

0 commit comments

Comments
 (0)