chore(ci): disable autonomous agent-team workflows (manual-only)#3438
Open
AhmedTMM wants to merge 1 commit into
Open
chore(ci): disable autonomous agent-team workflows (manual-only)#3438AhmedTMM wants to merge 1 commit into
AhmedTMM wants to merge 1 commit into
Conversation
Removes the schedule and issue triggers from the five agent-team automation workflows so the autonomous discovery / refactor / growth / qa / security cycles no longer fire on their own. workflow_dispatch is kept on each, so they can still be run by hand from the Actions tab. - discovery.yml: drop schedule + issues triggers - refactor.yml: drop schedule + issues triggers - growth.yml: drop schedule trigger - qa.yml: drop schedule triggers (keeps dispatch inputs) - security.yml: drop schedule + issues triggers Also removes the now-dead `if:` label gates, which only applied to issue-triggered runs. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Disables the autonomous agent team by removing the automatic triggers from its five GitHub Actions workflows. Each workflow keeps
workflow_dispatch, so it can still be launched by hand from the Actions tab.discovery.ymlschedule(every 3 days) +issuesworkflow_dispatchrefactor.ymlschedule(every 2 hours) +issuesworkflow_dispatchgrowth.ymlschedule(daily 14:37 UTC)workflow_dispatchqa.ymlschedule(3 crons)workflow_dispatch+ inputssecurity.ymlschedule(every 4 hours) +issuesworkflow_dispatchWhy
Pauses the self-running discovery / refactor / growth / qa / security cycles so they no longer fire on a schedule or in response to issue activity.
Notes
on:triggers to turn automation back on.if:label gates (only relevant to issue-triggered runs) are removed too.setup-agent-teamskill, trigger servers, and Sprite VMs are untouched — this only stops GitHub from poking them.🤖 Generated with Claude Code