From 5c99e6883ec621b44e26ada23365a225e530a625 Mon Sep 17 00:00:00 2001 From: morgankrey Date: Tue, 24 Feb 2026 11:49:03 -0600 Subject: [PATCH] Pause scheduled background agent workflow (#50009) Disable the cron schedule for the background agent MVP workflow. Manual runs via workflow_dispatch are still available. The workflow was running daily on weekdays but the project is being paused. This change: - Comments out the schedule trigger - Adds a note pointing to the Notion doc for context - Preserves the ability to run manually See [Background Agent for Zed](https://www.notion.so/Background-Agent-for-Zed-3038aa087eb980449b9ee02f70ae8413) Notion doc for current status and contacts to resume this work. Release Notes: - N/A --- .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 d078db137824a09b8e501362edef8a2f4c6f9b19..528600138243cb8aca2e0fe0645eda198fc4f2b2 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: