Skip to content

Commit 922092a

Browse files
committed
Update workflow
1 parent 277cf70 commit 922092a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/append_ndjson_coverage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
# Specify whether to remove untracked files before checking out the repository:
4848
clean: true
4949

50-
# Limit clone depth to the most recent 100 commits:
51-
fetch-depth: 1
50+
# Limit clone depth to the most recent five commits:
51+
fetch-depth: 5
5252

5353
# Specify whether to download Git-LFS files:
5454
lfs: false

0 commit comments

Comments
 (0)