Skip to content

Commit

Permalink
no if tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Jun 12, 2024
1 parent 9bd07ba commit 607e4ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
cohere-lowest-deps:
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') }}
# if: ${{ contains(needs.get-changed-files.outputs.changed_files, 'libs/langchain-cohere') || contains(needs.get-changed-files.outputs.changed_files, 'langchain-core') }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: ECHO BRAH!
run: echo "BRAH!"
run: echo ${{ needs.get-changed-files.outputs.changed_files }}

0 comments on commit 607e4ad

Please sign in to comment.