Skip to content

Commit

Permalink
ci: only run actions in thousandbrains tbp.monty repo (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanls authored Feb 18, 2025
1 parent b6af2a4 commit 0be2535
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cleanup_docs_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
cleanup_docs_preview:
name: cleanup-docs-preview
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'thousandbrainsproject' }}
steps:
- name: Checkout tbp.monty
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
docs_deploy:
name: docs-deploy
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'thousandbrainsproject' }}
steps:
- name: Checkout tbp.monty
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
deploy_docs_preview:
name: deploy-docs-preview
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'thousandbrainsproject' }}
steps:
- name: Checkout tbp.monty
uses: actions/checkout@v4
Expand Down

0 comments on commit 0be2535

Please sign in to comment.