From abf3aa3a7fa3aba976e386a9c8b75a77a4ee00fe Mon Sep 17 00:00:00 2001 From: "gcp-cherry-pick-bot[bot]" <98988430+gcp-cherry-pick-bot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 09:37:26 +0200 Subject: [PATCH] ci: fix post-release e2e builds failing (cherry-pick #15082) (#15092) ci: fix post-release e2e builds failing (#15082) Signed-off-by: Jens Langhammer Co-authored-by: Jens L. --- .github/workflows/ci-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 17146dd9bd..f6f8c8f3c3 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -202,7 +202,7 @@ jobs: uses: actions/cache@v4 with: path: web/dist - key: ${{ runner.os }}-web-${{ hashFiles('web/package-lock.json', 'web/src/**', 'web/packages/sfe/src/**') }}-b + key: ${{ runner.os }}-web-${{ hashFiles('web/package-lock.json', 'package-lock.json', 'web/src/**', 'web/packages/sfe/src/**') }}-b - name: prepare web ui if: steps.cache-web.outputs.cache-hit != 'true' working-directory: web