From e2ddb0069a0999fe774a669be5abc6701703bf64 Mon Sep 17 00:00:00 2001 From: Connor Clark Date: Mon, 15 Apr 2024 11:18:09 -0700 Subject: [PATCH] tests: invalidate devtools build cache --- .github/workflows/devtools.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/devtools.yml b/.github/workflows/devtools.yml index f875be2ccd3c..2126bc61a1d4 100644 --- a/.github/workflows/devtools.yml +++ b/.github/workflows/devtools.yml @@ -52,8 +52,8 @@ jobs: # 3) every change to file in Lighthouse repo important to running these tests. # # The number is how many times this hash key was manually updated to break the cache. - key: ${{ runner.os }}-11-${{ env.WEEK_OF_THE_YEAR }}-${{ hashFiles('cdt-test-hash.txt') }} - restore-keys: ${{ runner.os }}-11 + key: ${{ runner.os }}-12-${{ env.WEEK_OF_THE_YEAR }}-${{ hashFiles('cdt-test-hash.txt') }} + restore-keys: ${{ runner.os }}-12 - name: Set GHA_DEVTOOLS_CACHE_HIT if: steps.devtools-cache.outputs.cache-hit == 'true' run: echo "GHA_DEVTOOLS_CACHE_HIT=1" >> $GITHUB_ENV