Skip to content

Commit

Permalink
update name
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Jun 12, 2024
1 parent 8e70d24 commit 58fc2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/')
Expand Down

0 comments on commit 58fc2ee

Please sign in to comment.