Skip to content

Commit 519bd63

Browse files
Shalow clones
1 parent ed8ec25 commit 519bd63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/health-checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
uses: actions/checkout@v4
2929
with:
3030
ref: ${{ github.event.inputs.datil_branch || 'datil' }}
31+
fetch-depth: 1
3132

3233
- name: Setup Node.js
3334
uses: actions/setup-node@v4
@@ -57,6 +58,7 @@ jobs:
5758
uses: actions/checkout@v4
5859
with:
5960
ref: ${{ github.event.inputs.naga_branch || 'master' }}
61+
fetch-depth: 1
6062

6163
- name: Setup Bun
6264
uses: oven-sh/setup-bun@v1

0 commit comments

Comments
 (0)