From 8e6b0d6f6f1e7a1a82756e224090bff0846c516b Mon Sep 17 00:00:00 2001 From: Charles Packer Date: Wed, 1 Nov 2023 00:14:16 -0700 Subject: [PATCH] Update tests.yml temporarily disable broken test --- .github/workflows/tests.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 54f0d6de..2a0cc5ef 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,10 +1,10 @@ name: MemGPT tests -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] +# on: +# push: +# branches: [ main ] +# pull_request: +# branches: [ main ] jobs: test: