nix-community / cache-nix-action

Cache Nix store in GitHub Actions to speed up workflows [maintainer=@deemp]
MIT License
34 stars 7 forks source link

Fix restore despite primary-key hit #45

Closed deemp closed 3 months ago

deemp commented 3 months ago

Description

Fix the default behavior of skip-restore-on-hit-primary-key.

Motivation and Context

See #43

The action shouldn't by default restore caches when there was a hit on the primary-key.

How Has This Been Tested?

Manually via CI

Types of changes

Checklist: