Skip to content

Commit 0b591f6

Browse files
committed
Align benchmark lint cache keys
1 parent 3b9db7c commit 0b591f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-accelerator-benchmark.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
node_modules/.cache/prettier
4848
node_modules/.cache/eslint
4949
node_modules/.cache/typescript
50-
key: benchmark-baseline-lint-${{ github.run_id }}-${{ github.run_attempt }}
50+
key: lint-${{ github.sha }}
5151
restore-keys: lint-
5252
- name: Run eslint
5353
if: matrix.workload == 'lint'
@@ -104,7 +104,7 @@ jobs:
104104
node_modules/.cache/prettier
105105
node_modules/.cache/eslint
106106
node_modules/.cache/typescript
107-
key: benchmark-image-lint-${{ github.run_id }}-${{ github.run_attempt }}
107+
key: lint-${{ github.sha }}
108108
restore-keys: lint-
109109
- name: Run eslint
110110
if: matrix.workload == 'lint'

0 commit comments

Comments
 (0)