Skip to content

Commit

Permalink
Merge pull request #708 from lbarraga/no-fetch-depth-0
Browse files Browse the repository at this point in the history
Remove fetch depth 0 in build workflow
  • Loading branch information
boegel authored Sep 12, 2024
2 parents ba459cc + 6f1f8e2 commit a65453f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit a65453f

Please sign in to comment.