Skip to content

chore(ci): disable autonomous agent-team workflows (manual-only)#3438

Open
AhmedTMM wants to merge 1 commit into
mainfrom
chore/disable-agent-team-workflows
Open

chore(ci): disable autonomous agent-team workflows (manual-only)#3438
AhmedTMM wants to merge 1 commit into
mainfrom
chore/disable-agent-team-workflows

Conversation

@AhmedTMM
Copy link
Copy Markdown
Collaborator

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.

Workflow Removed triggers Kept
discovery.yml schedule (every 3 days) + issues workflow_dispatch
refactor.yml schedule (every 2 hours) + issues workflow_dispatch
growth.yml schedule (daily 14:37 UTC) workflow_dispatch
qa.yml schedule (3 crons) workflow_dispatch + inputs
security.yml schedule (every 4 hours) + issues workflow_dispatch

Why

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

  • Reversible — re-add the on: triggers to turn automation back on.
  • The now-dead if: label gates (only relevant to issue-triggered runs) are removed too.
  • The setup-agent-team skill, trigger servers, and Sprite VMs are untouched — this only stops GitHub from poking them.

🤖 Generated with Claude Code

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant