From dba60e2e65d10eb4135d671b4c0e4c376d43afba Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Sun, 21 Dec 2025 04:07:40 +0000 Subject: [PATCH] Re-fix building of XAP keymaps on master/develop (#25892) --- .github/workflows/ci_build_major_branch_keymap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_build_major_branch_keymap.yml b/.github/workflows/ci_build_major_branch_keymap.yml index 17fdd6f96a..57593b1a1b 100644 --- a/.github/workflows/ci_build_major_branch_keymap.yml +++ b/.github/workflows/ci_build_major_branch_keymap.yml @@ -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