There was an error while loading. Please reload this page.
1 parent 3b9db7c commit 0b591f6Copy full SHA for 0b591f6
1 file changed
.github/workflows/ci-accelerator-benchmark.yaml
@@ -47,7 +47,7 @@ jobs:
47
node_modules/.cache/prettier
48
node_modules/.cache/eslint
49
node_modules/.cache/typescript
50
- key: benchmark-baseline-lint-${{ github.run_id }}-${{ github.run_attempt }}
+ key: lint-${{ github.sha }}
51
restore-keys: lint-
52
- name: Run eslint
53
if: matrix.workload == 'lint'
@@ -104,7 +104,7 @@ jobs:
104
105
106
107
- key: benchmark-image-lint-${{ github.run_id }}-${{ github.run_attempt }}
108
109
110
0 commit comments