Этот коммит содержится в:
ammallya
2025-08-28 15:16:03 -07:00
родитель cd729ab630
Коммит df11d9dcc2
+1 -1
Просмотреть файл
@@ -51,7 +51,7 @@ jobs:
MATCH_FOUND=false
while read file; do
if [[ "$file" == projects/* || "$file" == shared/* ]]; then
if [[ "$file" == projects/* ]]; then
MATCH_FOUND=true
break
fi