We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e70dd8 commit fec2751Copy full SHA for fec2751
1 file changed
README.md
@@ -8,7 +8,10 @@ This repo provides two GitHub Actions for managing `pixi.lock` files with cachin
8
- **`create-and-cache`**: Generates a `pixi.lock` file and caches it
9
- **`restore`**: Restores the cached `pixi.lock` file in downstream jobs
10
11
-This two-action pattern is designed for CI workflows where you want to generate the lock file once and reuse it across multiple matrix jobs.
+This two-action pattern is so that the lockfile can be omitted from the git
12
+history, but still be generated in a performant manner (i.e., regenerated
13
+and cached with a key that depends on `pixi.toml` and the date -
14
+then shared across jobs).
15
16
17
## Usage
0 commit comments