From f6be47bb357d05bfd85a718059d9947e5bd6ce72 Mon Sep 17 00:00:00 2001 From: Bagatur Date: Tue, 5 Dec 2023 11:54:41 -0800 Subject: [PATCH] syntax --- .github/workflows/_all_ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_all_ci.yml b/.github/workflows/_all_ci.yml index 277cd0515901f..6f7f2638bde7a 100644 --- a/.github/workflows/_all_ci.yml +++ b/.github/workflows/_all_ci.yml @@ -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 @@ -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: