Skip to content

Commit da20d39

Browse files
Get rid of repo shallow clone (#12209)
1 parent d029c27 commit da20d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync_cmakebuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
echo "No new commits on the main branch to merge, exiting"
2424
exit 0
2525
fi
26-
git clone -b main --shallow-exclude cmakebuild https://$TOKEN@github.com/$REPO.git ydb
26+
git clone -b main https://$TOKEN@github.com/$REPO.git ydb
2727
git config --global user.email "alex@ydb.tech"
2828
git config --global user.name "Alexander Smirnov"
2929
cd ydb

0 commit comments

Comments
 (0)