Skip to content

fix: disable all automatic orchestrator triggers#150

Merged
microsasa merged 1 commit intomainfrom
fix/disable-orchestrator-cron
Mar 17, 2026
Merged

fix: disable all automatic orchestrator triggers#150
microsasa merged 1 commit intomainfrom
fix/disable-orchestrator-cron

Conversation

@microsasa
Copy link
Owner

Disabling cron, workflow_run, and push triggers until the responder and orchestrator loop issues are resolved. Only manual workflow_dispatch remains.

Part of #135

Disabling cron, workflow_run, and push triggers until the
responder and orchestrator loop issues are resolved. Only
manual workflow_dispatch remains.

Part of #135

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings March 17, 2026 23:30
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR modifies the Pipeline Orchestrator GitHub Actions workflow triggers, effectively disabling its automated execution paths and leaving it primarily manually invokable.

Changes:

  • Commented out the schedule, workflow_run, and push triggers in .github/workflows/pipeline-orchestrator.yml.
  • Left workflow_dispatch as the remaining trigger for manual runs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@@ -15,12 +15,13 @@ name: "Pipeline Orchestrator"

on:
schedule:
Comment on lines +18 to +24
# schedule:
# - cron: "*/15 * * * *"
# workflow_run:
# workflows: ["Review Responder"]
# types: [completed]
# push:
# branches: [main]
@microsasa microsasa merged commit 07135ac into main Mar 17, 2026
16 checks passed
@microsasa microsasa deleted the fix/disable-orchestrator-cron branch March 17, 2026 23:31
microsasa pushed a commit that referenced this pull request Mar 18, 2026
…or-cron"

This reverts commit 07135ac, reversing
changes made to a114a8b.
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.

2 participants