Skip to content

Commit b2481a8

Browse files
committed
Checkout sources from workflow head
1 parent f9e5a2c commit b2481a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/benchmark-upload.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
steps:
3434
- name: 'Checkout Repository'
3535
uses: actions/checkout@v4
36+
with:
37+
repository: ${{ github.event.workflow_run.head_repository }}
38+
ref: ${{ github.event.workflow_run.head_sha }}
3639
- name: Download benchmark results
3740
uses: dawidd6/action-download-artifact@v6
3841
with:

0 commit comments

Comments
 (0)