From d67e85850688117e116bbf7054e80f30fe07afe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 5 Oct 2021 21:40:39 +0200 Subject: chore: merge v1.14.3 into main (#12327) --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a06519fb..d8a2f839c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -260,7 +260,7 @@ jobs: ~/.cargo/registry/index ~/.cargo/registry/cache ~/.cargo/git/db - key: j-cargo-home-${{ matrix.os }}-${{ hashFiles('Cargo.lock') }} + key: k-cargo-home-${{ matrix.os }}-${{ hashFiles('Cargo.lock') }} # In main branch, always creates fresh cache - name: Cache build output (main) @@ -276,7 +276,7 @@ jobs: !./target/*/*.zip !./target/*/*.tar.gz key: | - j-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ github.sha }} + k-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ github.sha }} # Restore cache from the latest 'main' branch build. - name: Cache build output (PR) @@ -292,7 +292,7 @@ jobs: !./target/*/*.tar.gz key: never_saved restore-keys: | - j-cargo-target-${{ matrix.os }}-${{ matrix.profile }}- + k-cargo-target-${{ matrix.os }}-${{ matrix.profile }}- # Don't save cache after building PRs or branches other than 'main'. - name: Skip save cache (PR) -- cgit v1.2.3