From 362035ac37f216834c60d27f7140d2ab8425559d Mon Sep 17 00:00:00 2001 From: Sasa Junuzovic Date: Tue, 17 Mar 2026 16:30:00 -0700 Subject: [PATCH] fix: disable all automatic orchestrator triggers Disabling cron, workflow_run, and push triggers until the responder and orchestrator loop issues are resolved. Only manual workflow_dispatch remains. Part of #135 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/pipeline-orchestrator.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pipeline-orchestrator.yml b/.github/workflows/pipeline-orchestrator.yml index 384e3f1..24055d6 100644 --- a/.github/workflows/pipeline-orchestrator.yml +++ b/.github/workflows/pipeline-orchestrator.yml @@ -15,12 +15,13 @@ name: "Pipeline Orchestrator" on: schedule: - - cron: "*/15 * * * *" - workflow_run: - workflows: ["Review Responder"] - types: [completed] - push: - branches: [main] + # schedule: + # - cron: "*/15 * * * *" + # workflow_run: + # workflows: ["Review Responder"] + # types: [completed] + # push: + # branches: [main] workflow_dispatch: inputs: pr_number: