Skip to content

Commit fe5bfb8

Browse files
authored
Configure GitHub Actions to fetch depth 0 (#499)
## Description Fixes: # ## How Has This Been Tested? ## How are existing users impacted? What migration steps/scripts do we need? ## Checklist: I have: - [ ] updated the documentation and/or roadmap (if required) - [ ] added unit or e2e tests - [ ] provided instructions on how to upgrade
2 parents 72906da + 457b905 commit fe5bfb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
uses: actions/checkout@v5
8282
with:
8383
fetch-tags: true
84+
fetch-depth: 0
8485

8586
- uses: actions/setup-go@v6
8687
with:

0 commit comments

Comments
 (0)