diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index f811a859cd13a2..84882563381885 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -132,6 +132,7 @@ 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 + append-timestamp: false key: linux-ubuntu-${{ github.ref_name == 'master' && github.sha || github.ref_name }} restore-keys: | linux-ubuntu