67de2c942b
- v2-e2e.yml deleted: its `--filter Category=E2E` matches zero tests repo-wide (the E2ETests project doesn't exist) so it reported a permanent false green; and its docker-dev fleet binds the LAN-only shared GLAuth (10.100.0.35:3893) + builds local images, so it isn't hosted-runner-bootable anyway. FOLLOW-UP: when a runner-reachable fleet + a real tests/Server/...E2ETests land, add a fresh workflow WITH a zero-match guard (fail if Category=E2E matches nothing). - v2-ci.yml integration matrix removed: fully redundant with the unit-tests leg, which already runs both Host.IntegrationTests + OpcUaServer.IntegrationTests under the identical filter, fixtureless, gated at MIN_EXECUTED=1. No coverage lost. The S-2 option-#2 fixture-backed-leg follow-up is preserved as a NOTE comment in the workflow. Header comments updated; YAML validates; jobs are now build -> unit-tests.