Skip to content

Commit 3400a5e

Browse files
authored
ci: fix checkout pr in ecosystem ci (#18942)
1 parent 258cdd6 commit 3400a5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ecosystem-ci-trigger.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ jobs:
188188
- name: Checkout
189189
uses: actions/checkout@v4
190190
with:
191+
ref: refs/pull/${{ fromJSON(steps.get-pr-data.outputs.result).num }}/head
191192
fetch-depth: 0
192193

193194
# This step can be removed on May 26 2025

0 commit comments

Comments
 (0)