From 8a4eaa6a8066a7530409f04080901b795862e8c9 Mon Sep 17 00:00:00 2001 From: bracesproul Date: Tue, 11 Jun 2024 15:46:18 -0700 Subject: [PATCH] nit --- .github/workflows/compatibility.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/compatibility.yml b/.github/workflows/compatibility.yml index 1c7a481fb1e1..60a394763e48 100644 --- a/.github/workflows/compatibility.yml +++ b/.github/workflows/compatibility.yml @@ -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 }} @@ -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 }}