From dc2793314c4e2b5a3a65ec92770f6b959234c4f9 Mon Sep 17 00:00:00 2001 From: dhower-qc <134728312+dhower-qc@users.noreply.github.com> Date: Mon, 15 Jul 2024 11:44:07 -0400 Subject: [PATCH] Update regress.yml Signed-off-by: dhower-qc <134728312+dhower-qc@users.noreply.github.com> --- .github/workflows/regress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regress.yml b/.github/workflows/regress.yml index 915effc5b..fb132d4b2 100644 --- a/.github/workflows/regress.yml +++ b/.github/workflows/regress.yml @@ -25,7 +25,7 @@ jobs: path: | .home/.gems node_modules - key: ${{ hashFiles('Gemfile.lock') }}-${{ 'package-lock.json' }} + key: ${{ hashFiles('Gemfile.lock') }}-${{ hashFiles('package-lock.json') }} - if: ${{ steps.cache-sif.outputs.cache-hit != 'true' }} name: Build container run: ./bin/build_container