ci: disable workflows on external (#934)
This commit is contained in:
1
.github/workflows/rdme-docs.yml
vendored
1
.github/workflows/rdme-docs.yml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/rdme-openapi.yml
vendored
1
.github/workflows/rdme-openapi.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user