From 60b8f8ab6b33364e62ad80aad33b97a87939d54c Mon Sep 17 00:00:00 2001 From: Mohammad Bagher Abiyat Date: Wed, 11 Dec 2024 10:57:28 +0330 Subject: [PATCH] init --- .github/workflows/ecosystem-ci-trigger.yml | 1 + 1 file changed, 1 insertion(+) 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