fix: patch workflows (#2011)
This commit is contained in:
2
.github/workflows/poetry-publish-nightly.yml
vendored
2
.github/workflows/poetry-publish-nightly.yml
vendored
@@ -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:
|
||||
|
||||
2
.github/workflows/poetry-publish.yml
vendored
2
.github/workflows/poetry-publish.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user