We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d23a4 commit 9199b38Copy full SHA for 9199b38
.github/workflows/devtools.yml
@@ -52,8 +52,8 @@ jobs:
52
# 3) every change to file in Lighthouse repo important to running these tests.
53
#
54
# The number is how many times this hash key was manually updated to break the cache.
55
- key: ${{ runner.os }}-13-${{ env.WEEK_OF_THE_YEAR }}-${{ hashFiles('cdt-test-hash.txt') }}
56
- restore-keys: ${{ runner.os }}-13
+ key: ${{ runner.os }}-14-${{ env.WEEK_OF_THE_YEAR }}-${{ hashFiles('cdt-test-hash.txt') }}
+ restore-keys: ${{ runner.os }}-14
57
- name: Set GHA_DEVTOOLS_CACHE_HIT
58
if: steps.devtools-cache.outputs.cache-hit == 'true'
59
run: echo "GHA_DEVTOOLS_CACHE_HIT=1" >> $GITHUB_ENV
0 commit comments