diff --git a/.github/workflows/ecosystem-ci-trigger.yml b/.github/workflows/ecosystem-ci-trigger.yml index 8320207d2058e3..30951771278a60 100644 --- a/.github/workflows/ecosystem-ci-trigger.yml +++ b/.github/workflows/ecosystem-ci-trigger.yml @@ -188,6 +188,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: + ref: refs/pull/${{ fromJSON(steps.get-pr-data.outputs.result).num }}/head fetch-depth: 0 # This step can be removed on May 26 2025