From bd1894e5a3a4ab8a1cfc86ff0b44256a119c17c1 Mon Sep 17 00:00:00 2001 From: Adam Perry Date: Tue, 7 Jul 2026 18:53:04 +0000 Subject: [PATCH] codex: address PR review feedback (#31356) --- .github/workflows/v8-canary.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/v8-canary.yml b/.github/workflows/v8-canary.yml index 8f7962cdb5..d5f0133528 100644 --- a/.github/workflows/v8-canary.yml +++ b/.github/workflows/v8-canary.yml @@ -368,9 +368,9 @@ jobs: path: | ${{ env.CARGO_TARGET_DIR }}/sccache ${{ env.CARGO_TARGET_DIR }}/${{ matrix.target }}/release/gn_out - key: rusty-v8-source-${{ matrix.target }}-sandbox-${{ hashFiles('upstream-rusty-v8/Cargo.lock', 'upstream-rusty-v8/build.rs', 'upstream-rusty-v8/git_submodule_status.txt') }} + key: rusty-v8-source-${{ matrix.target }}-${{ matrix.runner }}-sandbox-${{ hashFiles('upstream-rusty-v8/Cargo.lock', 'upstream-rusty-v8/build.rs', 'upstream-rusty-v8/git_submodule_status.txt') }} restore-keys: | - rusty-v8-source-${{ matrix.target }}-sandbox- + rusty-v8-source-${{ matrix.target }}-${{ matrix.runner }}-sandbox- - name: Install and start sccache shell: pwsh