Skip to content

Commit

Permalink
infra: Scheduled GitHub Actions to run only on the upstream repository (
Browse files Browse the repository at this point in the history
langchain-ai#22707)

**Description:** Scheduled GitHub Actions to run only on the upstream
repository

**Issue:** Fixes langchain-ai#22706 

**Twitter handle:** @coolbeevip
  • Loading branch information
coolbeevip authored and JonZeolla committed Jun 11, 2024
1 parent 6caf664 commit 6ee06de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-broken-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
check-links:
if: github.repository_owner == 'langchain-ai'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/scheduled_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:

jobs:
build:
if: github.repository_owner == 'langchain-ai'
name: Python ${{ matrix.python-version }} - ${{ matrix.working-directory }}
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 6ee06de

Please sign in to comment.