Skip to content

Commit 5046967

Browse files
committed
ci: remove fetch depth 0 for validate jobs
Signed-off-by: David Karlsson <[email protected]>
1 parent 8b76701 commit 5046967

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/validate.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ jobs:
4444
-
4545
name: Checkout
4646
uses: actions/checkout@v3
47-
with:
48-
fetch-depth: 0
4947
-
5048
name: Generate
5149
shell: 'script --return --quiet --command "bash {0}"'
@@ -60,7 +58,6 @@ jobs:
6058
exit 1
6159
fi
6260
63-
6461
validate-make:
6562
runs-on: ubuntu-20.04
6663
strategy:
@@ -73,8 +70,6 @@ jobs:
7370
-
7471
name: Checkout
7572
uses: actions/checkout@v3
76-
with:
77-
fetch-depth: 0
7873
-
7974
name: Run
8075
shell: 'script --return --quiet --command "bash {0}"'

0 commit comments

Comments
 (0)