13f49305da
ha-build.yml runs on self-hosted k3s runners. Having pull_request as a trigger allows any internet user to open a PR against this public repo and execute arbitrary code on cluster nodes (GitHub does block secret injection on fork PRs, but runner filesystem and cluster network access remain). Removed pull_request trigger. Build-on-push-to-main is sufficient. CI test feedback on PRs is covered by ci-tests.yml which uses GitHub-hosted (ubuntu-latest) runners only.