fix(ci): release workflow checks fail on macOS Bash 3.2 (#121669)

* fix(ci): keep release workflow checks portable on macOS

* fix(ci): repair current main compact shard regressions

* fix(ci): repair latest main validation drift

* fix(approvals): restore native account ownership gates

* fix(ci): repair skill workshop validation drift

* fix(ci): align approval route selection with main

* fix(ci): remove stale skill workshop test exports

* fix(ci): align repairs with latest main
This commit is contained in:
Peter Steinberger
2026-08-10 16:11:53 -07:00
committed by GitHub
parent d6317094a9
commit 3cd034f7a8
10 changed files with 101 additions and 69 deletions
@@ -507,7 +507,7 @@ jobs:
done
if [[ "$qa_filter_seen" == "true" ]]; then
repo_live_suite_filter="$(IFS=,; printf '%s' "${repo_filter_tokens[*]:-}")"
repo_live_suite_filter="$(IFS=,; printf '%s' "${repo_filter_tokens[*]-}")"
fi
if [[ "${#disabled_required_lanes[@]}" -gt 0 ]]; then