From aa3d534db9f7389c542eb89a1de689621b7ad248 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Tue, 12 Dec 2023 15:29:50 -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 8ab8a971b6aaa..84080789f5a07 100644 --- a/.github/workflows/_all_ci.yml +++ b/.github/workflows/_all_ci.yml @@ -72,7 +72,7 @@ jobs: defaults: run: working-directory: ${{ inputs.working-directory }} - if: ! startsWith(inputs.working-directory, 'libs/partners/') + if: ${{ ! startsWith(inputs.working-directory, 'libs/partners/') }} steps: - uses: actions/checkout@v4 @@ -117,7 +117,7 @@ jobs: defaults: run: working-directory: ${{ inputs.working-directory }} - if: startsWith(inputs.working-directory, 'libs/partners/') + if: ${{ startsWith(inputs.working-directory, 'libs/partners/') }} steps: - uses: actions/checkout@v4