Skip to content

Commit 603beee

Browse files
authored
Reverted change to restore-keys (#7745)
1 parent 4b5f44f commit 603beee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
website/.cache/yarn
123123
key: ${{ runner.os }}-yarn-${{ hashFiles('website/yarn.lock') }}
124124
restore-keys: |
125-
${{ runner.os }}-yarn-${{ hashFiles('website/yarn.lock') }}
125+
${{ runner.os }}-yarn-
126126
127127
- name: Install Packages
128128
run: yarn --immutable --network-timeout 100000

0 commit comments

Comments
 (0)