From 2e9378f26be5b8704742947b7f198cd57b0c7e03 Mon Sep 17 00:00:00 2001 From: Charles Packer Date: Wed, 6 Nov 2024 23:07:57 -0800 Subject: [PATCH] fix: patch workflows (#2011) --- .github/workflows/poetry-publish-nightly.yml | 2 +- .github/workflows/poetry-publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/poetry-publish-nightly.yml b/.github/workflows/poetry-publish-nightly.yml index fef4b490..ce03da44 100644 --- a/.github/workflows/poetry-publish-nightly.yml +++ b/.github/workflows/poetry-publish-nightly.yml @@ -24,7 +24,7 @@ jobs: build-and-publish-nightly: name: Build and Publish to PyPI (nightly) - if: github.repository == 'cpacker/MemGPT' # TODO: if the repo org ever changes, this must be updated + if: github.repository == 'letta-ai/letta' # TODO: if the repo org ever changes, this must be updated runs-on: ubuntu-latest needs: check-date steps: diff --git a/.github/workflows/poetry-publish.yml b/.github/workflows/poetry-publish.yml index 37dee66d..b4182db8 100644 --- a/.github/workflows/poetry-publish.yml +++ b/.github/workflows/poetry-publish.yml @@ -7,7 +7,7 @@ on: jobs: build-and-publish: name: Build and Publish to PyPI - if: github.repository == 'cpacker/MemGPT' # TODO: if the repo org ever changes, this must be updated + if: github.repository == 'letta-ai/letta' # TODO: if the repo org ever changes, this must be updated runs-on: ubuntu-latest steps: - name: Check out the repository