Skip to content

Commit

Permalink
ci: fix checkout pr in ecosystem ci (#18942)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aslemammad authored Dec 11, 2024
1 parent 258cdd6 commit 3400a5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ecosystem-ci-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3400a5e

Please sign in to comment.