Skip to content

Commit

Permalink
or
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Jun 12, 2024
1 parent 1ce1f1e commit 4174760
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 @@ -43,7 +43,7 @@ jobs:
run: |
changed_files="${{ steps.get_changes.outputs.changed_files }}"
echo "Changed files: $changed_files"
echo "${{ contains(fromJSON('["libs/langchain-cohere", "langchain-core"]'), steps.get_changes.outputs.changed_files) }}"
echo "${{ contains(steps.get_changes.outputs.changed_files, 'libs/langchain-cohere') || contains(steps.get_changes.outputs.changed_files, 'langchain-core') }}"
# Perform further actions based on the changed files
# - name: Get changes
Expand Down

0 comments on commit 4174760

Please sign in to comment.