From c37cb506c9fd696ae3e573426175e99cbe86e41e Mon Sep 17 00:00:00 2001 From: morgankrey Date: Tue, 24 Feb 2026 11:43:07 -0600 Subject: [PATCH] Pause scheduled background agent workflow Disable the cron schedule for the background agent MVP workflow. Manual runs via workflow_dispatch are still available. See Notion doc 'Background Agent for Zed' for current status and contact info to resume this work. Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --- .github/workflows/background_agent_mvp.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/background_agent_mvp.yml b/.github/workflows/background_agent_mvp.yml index d078db137824a0..528600138243cb 100644 --- a/.github/workflows/background_agent_mvp.yml +++ b/.github/workflows/background_agent_mvp.yml @@ -1,8 +1,11 @@ name: background_agent_mvp +# NOTE: Scheduled runs disabled as of 2026-02-24. The workflow can still be +# triggered manually via workflow_dispatch. See Notion doc "Background Agent +# for Zed" for current status and contact info to resume this work. on: - schedule: - - cron: "0 16 * * 1-5" + # schedule: + # - cron: "0 16 * * 1-5" workflow_dispatch: inputs: crash_ids: