From 5644ca40f662e5c55020d0d6af5ee8521b7e70a3 Mon Sep 17 00:00:00 2001 From: Andrey Kashchikhin Date: Wed, 6 Sep 2023 16:45:00 +0100 Subject: [PATCH] [GA] ccache: specify key (#19519) Co-authored-by: Mikhail Ryzhov --- .github/workflows/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 1c6e73c8d76..527ee86daeb 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -132,9 +132,9 @@ jobs: # github.ref_name is 'ref/PR_#' in case of the PR, and 'branch_name' when executed on push save: ${{ github.ref_name == 'master' && 'true' || 'false' }} verbose: 2 - key: ${{ github.job }}-linux + key: linux-ubuntu restore-keys: | - ${{ github.job }}-linux + linux-ubuntu - name: Get tools versions run: |