Skip to content

Commit b01bf1e

Browse files
committed
revert fetch-depth setting in ci
1 parent 53e1416 commit b01bf1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v3
3434
with:
3535
submodules: false
36-
fetch-depth: 0
36+
fetch-depth: 1
3737
- name: Set up Python 3
3838
uses: actions/setup-python@v4
3939
with:

0 commit comments

Comments
 (0)