From 58fc2ee3a1b031cd7db8d8169c2a815d7beb9c1d Mon Sep 17 00:00:00 2001 From: bracesproul Date: Tue, 11 Jun 2024 18:04:19 -0700 Subject: [PATCH] update name --- .github/workflows/compatibility.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compatibility.yml b/.github/workflows/compatibility.yml index 308d1cfaaf9b..84a50685863c 100644 --- a/.github/workflows/compatibility.yml +++ b/.github/workflows/compatibility.yml @@ -48,7 +48,7 @@ jobs: - name: Echo changed files run: echo "${{ steps.get_changes.outputs.changed_files }}" - another-job: + should-pass: needs: get-changed-files runs-on: ubuntu-latest if: contains(needs.get-changed-files.outputs.changed_files, 'libs/langchain-cohere/') || contains(needs.get-changed-files.outputs.changed_files, 'langchain-core/')