Skip to content

Commit 1063e71

Browse files
authored
Don't fetch everything on builder init job (home-assistant#157243)
1 parent 1a875b0 commit 1063e71

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/builder.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828
steps:
2929
- name: Checkout the repository
3030
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
31-
with:
32-
fetch-depth: 0
3331

3432
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
3533
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0

0 commit comments

Comments
 (0)