From 8787859a711bb46b9f9507a7f55f4981922f3590 Mon Sep 17 00:00:00 2001 From: Nicola Sella Date: Mon, 11 Dec 2023 13:01:57 +0100 Subject: [PATCH] Limit caching in GH workflows to separate PRs --- .github/workflows/package-build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/package-build.yml b/.github/workflows/package-build.yml index 35ffee452..76a0eb8b9 100644 --- a/.github/workflows/package-build.yml +++ b/.github/workflows/package-build.yml @@ -56,7 +56,6 @@ jobs: # found it will try to fetch any pr against devel branch. restore-keys: | ${{ github.event.repository.name }}-ccache-${{ matrix.compiler }}-pr-${{ github.base_ref }}-${{ github.event.number }}- - ${{ github.event.repository.name }}-ccache-${{ matrix.compiler }}-pr-${{ github.base_ref }}- - name: Zero CCache statistics run: ccache -z