Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Jun 11, 2024
1 parent f0cc874 commit 8a4eaa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ jobs:
runs-on: ubuntu-latest
if: |
github.event_name == 'pull_request' &&
(contains(github.event.pull_request.paths, 'libs/langchain-cohere') ||
contains(github.event.pull_request.paths, 'langchain-core'))
(contains(github.event.pull_request.paths, 'libs/langchain-cohere/**') ||
contains(github.event.pull_request.paths, 'langchain-core/**'))
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ env.NODE_VERSION }}
Expand All @@ -251,7 +251,7 @@ jobs:
runs-on: ubuntu-latest
if: |
github.event_name == 'pull_request' &&
contains(github.event.pull_request.paths, 'libs/langchain-cohere')
contains(github.event.pull_request.paths, 'libs/langchain-cohere/**')
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ env.NODE_VERSION }}
Expand Down

0 comments on commit 8a4eaa6

Please sign in to comment.