diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-10-05 21:40:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-05 21:40:39 +0200 |
| commit | d67e85850688117e116bbf7054e80f30fe07afe6 (patch) | |
| tree | 9a4e0049166436a6e1668cc9468bbb49c334c589 /.github | |
| parent | 80aee99c9e2eba879a0981235bee740088c6fbad (diff) | |
chore: merge v1.14.3 into main (#12327)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
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) |
