chore(actions): remove it from seeing internal

This commit is contained in:
omo50
2026-03-13 18:54:41 -06:00
parent 92b107e580
commit 25444defff

View File

@@ -25,7 +25,7 @@ jobs:
- name: Validate all
run: |
failed=0
for dir in /tmp/workspace/resourcepacks/external/*/ /tmp/workspace/resourcepacks/internal/*/; do
for dir in /tmp/workspace/resourcepacks/external/*/; do
[ -d "$dir" ] || continue
echo "Validating $(basename $dir)"
java -jar /tmp/rpv.jar -rp "$dir" -config /tmp/workspace/rpv-config.json || failed=1