Skip to content

Commit

Permalink
GHA: fetch entire git history when building PR
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Mar 13, 2024
1 parent d0426af commit e7c8cab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: refs/pull/${{ github.event.inputs.pr_number }}/merge
fetch-depth: 0

- name: Setup Python 3
uses: actions/setup-python@v5
Expand Down

0 comments on commit e7c8cab

Please sign in to comment.