From 64de427339871cffc3a891aeb4fbe371b505e25b Mon Sep 17 00:00:00 2001 From: Mike DuPont Date: Mon, 9 Oct 2023 04:45:23 -0400 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ef9c739..9be5deb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,9 +1,9 @@ name: AUTOGPT on: - #workflow_dispatch : #only run when requested - # comment out the next line - issue_comment: - types: [created] + workflow_dispatch : #only run when requested + # comment out the next 2 lins to stop it + #issue_comment: + # types: [created] jobs: printEnv: name: Print env