From 7ccce30f6b7ab7ba0c814b1c735875774ea4ced7 Mon Sep 17 00:00:00 2001 From: bracesproul Date: Tue, 11 Jun 2024 16:08:40 -0700 Subject: [PATCH] cr --- .github/workflows/test-compat.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test-compat.yml b/.github/workflows/test-compat.yml index cf6f884e7d27..58c4095a3633 100644 --- a/.github/workflows/test-compat.yml +++ b/.github/workflows/test-compat.yml @@ -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 }}