Merge remote-tracking branch 'origin/develop' into xap

This commit is contained in:
QMK Bot
2025-12-21 04:08:58 +00:00
@@ -106,7 +106,7 @@ jobs:
run: |
export NCPUS=$(( $(nproc 2>/dev/null || sysctl -n hw.ncpu 2>/dev/null || getconf _NPROCESSORS_ONLN 2>/dev/null) -1 ))
targets=$(jq -r '.["${{ matrix.target }}"].targets' targets.json | tr ' ' '\n' | sort)
if [[ -z ${targets} ]]; then
if [ -z "${targets}" ]; then
echo "Zero build targets detected"
exit 0
fi