ci: reconfigure
All checks were successful
renovate / renovate (push) Successful in 1m52s

This commit is contained in:
2026-04-08 20:50:04 -05:00
parent e942156c0a
commit 3e35d49de8

View File

@@ -314,7 +314,7 @@ jobs:
for DIR in ${RENDER_DIR}; do
echo "${DIR}"
done | xargs -P 10 -I {} bash -c 'OUT=$(render_chart "$@" 2>&1); printf "%s\n" "$OUT"' _ {}
done | xargs -P 5 -I {} bash -c 'OUT=$(render_chart "$@" 2>&1); printf "%s\n" "$OUT"' _ {}
echo ""
echo "----"