fix: patch workflows (#2011)

This commit is contained in:
Charles Packer
2024-11-06 23:07:57 -08:00
committed by GitHub
parent 1b8c082c64
commit 2e9378f26b
2 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

@@ -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