ci: disable workflows on external (#934)

This commit is contained in:
Charles Packer
2024-01-27 16:45:54 -08:00
committed by GitHub
parent 75f9b6be45
commit dc4fdb1c5c
2 changed files with 2 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ on:
jobs:
rdme-docs:
runs-on: ubuntu-latest
if: github.repository == 'cpacker/MemGPT' # TODO: if the repo org ever changes, this must be updated
steps:
- name: Check out repo 📚
uses: actions/checkout@v4

View File

@@ -13,6 +13,7 @@ on:
jobs:
rdme-openapi:
runs-on: ubuntu-latest
if: github.repository == 'cpacker/MemGPT' # TODO: if the repo org ever changes, this must be updated
steps:
- name: Check out repo 📚
uses: actions/checkout@v4