Remove shared to run PSDB

This commit is contained in:
ammallya
2025-08-28 15:16:03 -07:00
parent cd729ab630
commit df11d9dcc2
+1 -1
Vedi File
@@ -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