Skip to content

Commit 41259b7

Browse files
committed
Entire history is not needed for building preview
1 parent 2587497 commit 41259b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
- uses: actions/checkout@v4
6666
with:
67-
fetch-depth: "0"
67+
fetch-depth: 1
6868

6969
- name: Cleanup runner disk
7070
uses: ./.github/actions/cleanup-disk

0 commit comments

Comments
 (0)