From 6d3b07b18865763658a75f28c1b466fe607f52e9 Mon Sep 17 00:00:00 2001
From: merwanehamadi <merwanehamadi@gmail.com>
Date: Tue, 1 Aug 2023 10:22:38 -0700
Subject: [PATCH] Only run mini-agi on push and PR (#230)

---
 .github/workflows/ci.yml | 1 +
 agent/Auto-GPT           | 2 +-
 agent/beebot             | 2 +-
 agent/gpt-engineer       | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index cdd76187f4f..b06ab389d12 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -73,6 +73,7 @@ jobs:
     name: '${{ matrix.agent-name }}'
     runs-on: ubuntu-latest
     timeout-minutes: 30
+    if: matrix.agent-name == 'mini-agi' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule'
     strategy:
       fail-fast: false
       matrix:
diff --git a/agent/Auto-GPT b/agent/Auto-GPT
index 3651d221478..7cd407b7b4a 160000
--- a/agent/Auto-GPT
+++ b/agent/Auto-GPT
@@ -1 +1 @@
-Subproject commit 3651d22147825c8ebff6b98112fa13f33414e4d5
+Subproject commit 7cd407b7b4a9f4395761e772335e859e40e8c3d3
diff --git a/agent/beebot b/agent/beebot
index 778180740d0..7409c065019 160000
--- a/agent/beebot
+++ b/agent/beebot
@@ -1 +1 @@
-Subproject commit 778180740d0b4436f32d3a1df2f571c06172da3b
+Subproject commit 7409c0650194162b92367caf5f36724ed5b147b5
diff --git a/agent/gpt-engineer b/agent/gpt-engineer
index 47bc50b71c0..9bb81041ace 160000
--- a/agent/gpt-engineer
+++ b/agent/gpt-engineer
@@ -1 +1 @@
-Subproject commit 47bc50b71c0465349a6489e0170792c0018472f3
+Subproject commit 9bb81041ace9f09e8ea0e34e29f2e46bb9d46a36