Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Dec 5, 2023
1 parent 854be67 commit f6be47b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_all_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

compile-integration-tests:
uses: ./.github/workflows/_compile_integration_test.yml
if: inputs.working-directory != "libs/core"
if: ${{ inputs.working-directory != "libs/core" }}
with:
working-directory: ${{ inputs.working-directory }}
secrets: inherit
Expand All @@ -58,7 +58,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
if: inputs.working-directory == "libs/langchain"
if: ${{ inputs.working-directory == "libs/langchain" }}
name: Python ${{ matrix.python-version }} extended tests
defaults:
run:
Expand Down

0 comments on commit f6be47b

Please sign in to comment.