From a4ed972ff69cc8771b1d658fb301b70577bfcbc2 Mon Sep 17 00:00:00 2001 From: Atharva Arya Date: Mon, 27 Jan 2025 16:56:56 +0530 Subject: [PATCH] Test cache hit --- .github/workflows/lfs-cache.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/lfs-cache.yml b/.github/workflows/lfs-cache.yml index f7929fb9ced..b718df29a0d 100644 --- a/.github/workflows/lfs-cache.yml +++ b/.github/workflows/lfs-cache.yml @@ -76,8 +76,6 @@ jobs: - name: Save LFS cache if not found uses: actions/cache/save@v4 - if: steps.test-lfs-cache-regression-data.outputs.cache-hit != 'true' && !contains(github.ref, 'merge') with: path: tardis-regression-data/.git/lfs key: tardis-regression-${{ inputs.atom-data-sparse == true && 'atom-data-sparse' || 'full-data' }}-${{ hashFiles('tardis-regression-data/.lfs-files-list') }}-${{ inputs.regression-data-repo }}-v1 -