Skip to content

Commit

Permalink
Limit caching in GH workflows to separate PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
inknos committed Dec 11, 2023
1 parent 4c05205 commit 8787859
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/package-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8787859

Please sign in to comment.