Skip to content

Commit d00ab19

Browse files
committed
refactor: use own cache key build code-server job
1 parent 0aecf9e commit d00ab19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,9 @@ jobs:
170170
uses: actions/cache@v3
171171
with:
172172
path: "**/node_modules"
173-
key: yarn-build-${{ hashFiles('**/yarn.lock') }}
173+
key: yarn-build-code-server-${{ hashFiles('**/yarn.lock') }}
174174
restore-keys: |
175-
yarn-build-
175+
yarn-build-code-server-
176176
177177
- name: Install dependencies
178178
if: steps.cache-node-modules.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)