Skip to content

Commit 3a112b0

Browse files
authored
Update publish.yml
1 parent e21b897 commit 3a112b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/cache@v5
4242
with:
4343
path: ~/.bun/install/cache
44-
key: bun-${{ runner.os }}-${{ hashFiles('**/bun.lock') }}
44+
key: bun-benchmark-${{ runner.os }}-${{ hashFiles('**/bun.lock') }}
4545
restore-keys: |
4646
bun-${{ runner.os }}-
4747
@@ -74,7 +74,7 @@ jobs:
7474
~/.cargo/registry/cache/
7575
~/.cargo/git/db/
7676
target/
77-
key: cargo-benchmark-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}
77+
key: cargo-publish-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}
7878
restore-keys: |
7979
cargo-benchmark-${{ runner.os }}-
8080
@@ -85,7 +85,7 @@ jobs:
8585
uses: actions/cache@v5
8686
with:
8787
path: ~/.bun/install/cache
88-
key: bun-${{ runner.os }}-${{ hashFiles('**/bun.lock') }}
88+
key: bun-publish-${{ runner.os }}-${{ hashFiles('**/bun.lock') }}
8989
restore-keys: |
9090
bun-${{ runner.os }}-
9191
@@ -132,7 +132,7 @@ jobs:
132132
uses: actions/cache@v5
133133
with:
134134
path: ~/.cache/ms-playwright
135-
key: playwright-${{ runner.os }}-${{ hashFiles('**/bun.lock') }}
135+
key: playwright-publish-${{ runner.os }}-${{ hashFiles('**/bun.lock') }}
136136
restore-keys: |
137137
playwright-${{ runner.os }}-
138138
- name: Install Playwright Browsers

0 commit comments

Comments
 (0)