Remove mock reports (#237)

Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
This commit is contained in:
merwanehamadi
2023-08-01 20:07:48 -07:00
committed by GitHub
parent 90cef67f83
commit f815fb8af3
51 changed files with 1 additions and 3933 deletions

View File

@@ -224,7 +224,7 @@ jobs:
path: reports/${{ matrix.agent-name }}
- name: Authenticate and Push to Branch
if: (success() || failure()) && (github.event_name != 'pull_request')
if: (success() || failure()) && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
run: |
git config --global user.email "github-bot@agpt.co"
git config --global user.name "Auto-GPT-Bot"