From 21fe77b1946aaf60ed4d9bbe7dad3cf354e897af Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 27 May 2026 00:59:59 +0000 Subject: [PATCH] chore(workflows): comment out cron schedule trigger --- .github/workflows/github-society-intelligence-agent.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-society-intelligence-agent.yml b/.github/workflows/github-society-intelligence-agent.yml index 32c8875..885d4aa 100644 --- a/.github/workflows/github-society-intelligence-agent.yml +++ b/.github/workflows/github-society-intelligence-agent.yml @@ -41,8 +41,9 @@ on: - ".github/workflows/github-society-intelligence-agent.yml" # Metadata-only B-brain cadence. Observe jobs must never wake from PR events. - schedule: - - cron: "17 3 * * *" + # Cron schedule temporarily disabled to ensure zero scheduled events. + # schedule: + # - cron: "17 3 * * *" # Manual dispatch is multiplexed by intent. Empty or install intent preserves # the original install/upgrade workflow behavior.