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: |