Skip to content

Commit 341c843

Browse files
committed
ci: remove fetch depth 0 for validate jobs
Signed-off-by: David Karlsson <[email protected]>
1 parent 25ed784 commit 341c843

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/validate.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929
-
3030
name: Checkout
3131
uses: actions/checkout@v3
32-
with:
33-
fetch-depth: 0
3432
-
3533
name: Run
3634
uses: docker/bake-action@v2
@@ -70,8 +68,6 @@ jobs:
7068
-
7169
name: Checkout
7270
uses: actions/checkout@v3
73-
with:
74-
fetch-depth: 0
7571
-
7672
name: Run
7773
shell: 'script --return --quiet --command "bash {0}"'

0 commit comments

Comments
 (0)