Skip to content

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Jun 11, 2024
1 parent 8676b88 commit 7ccce30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ env:

# Run a separate job for each check in the docker-compose file,
# so that they run in parallel instead of overwhelming the default 2 CPU runner.
# && contains(github.event.pull_request.paths, 'libs/langchain-cohere/**')
jobs:
cohere-lowest-deps:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
if: ${{ github.event_name == 'pull_request' && 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 7ccce30

Please sign in to comment.