From d81ab0ecc1ba35ef86c63e1a12d8d3c904011509 Mon Sep 17 00:00:00 2001 From: Tobias Date: Mon, 18 May 2026 15:15:22 -0400 Subject: [PATCH] Make inherited build workflow manual --- .github/workflows/build.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6df61c28ff..24c6e9abe3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,11 +1,9 @@ name: "Build & Test" +# This workflow is inherited from Spring and still requires Telos-owned +# self-hosted runners plus a platform cache workflow. Keep it manual until +# those resources are configured for TelosZero. on: - push: - branches: - - main - - "release/*" - pull_request: workflow_dispatch: inputs: override-cdt: