Skip to content

Commit f21f73c

Browse files
committed
Use checkout depth of 1
No need for history.
1 parent d7e1273 commit f21f73c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout repository
2020
uses: actions/checkout@v4
2121
with:
22-
fetch-depth: 64
22+
fetch-depth: 1
2323
- name: Cleanup /usr/local
2424
run: |
2525
sudo mkdir /opt/local.old

0 commit comments

Comments
 (0)