aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordcherednik <dcherednik@ydb.tech>2023-11-29 13:31:21 +0300
committerdcherednik <dcherednik@ydb.tech>2023-11-29 15:30:35 +0300
commitde934eabeec8e4936ecb558fd98280c8294fa802 (patch)
treefb53518b9fca07aeba7daf6f4456df3273e14619
parentc89640502e026fb6c6477c5023480c2ae0d4df69 (diff)
downloadydb-de934eabeec8e4936ecb558fd98280c8294fa802.tar.gz
Add vendor to allowed top dir
-rwxr-xr-x.github/check_dirs.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/check_dirs.sh b/.github/check_dirs.sh
index 9836359daf..a72db06a7a 100755
--- a/.github/check_dirs.sh
+++ b/.github/check_dirs.sh
@@ -16,6 +16,7 @@ declare -A top_dirs=(
[tools/]=1,
[scripts/]=1,
[yt/]=1,
+ [vendor/]=1,
)
cd $GIT_URL