From 73278901295f4c367999d885ad5405d708b6f39a Mon Sep 17 00:00:00 2001 From: Darice Date: Mon, 20 May 2024 07:15:42 -0600 Subject: [PATCH] cache build off --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f1a32de..d8a1c2a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,14 +63,14 @@ jobs: path: ${{ env.GH_WORKSPACE }}/lk key: ${{ env.RUNS_ON }}-${{ env.ref_of_lk }}-LK - name: Clone sibling dependency LK - if: steps.cachedlk.outputs.cache-hit != 'true' + if: steps.cachedlk.outputs.cache-hit == 'true' uses: actions/checkout@v2 with: ref: ${{ env.ref_of_lk }} path: lk repository: NREL/lk - name: Build LK - if: steps.cachedlk.outputs.cache-hit != 'true' + if: steps.cachedlk.outputs.cache-hit == 'true' run: | ls ls $WXMSW3