Skip to content

Commit fec2751

Browse files
committed
Update README
1 parent 9e70dd8 commit fec2751

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ This repo provides two GitHub Actions for managing `pixi.lock` files with cachin
88
- **`create-and-cache`**: Generates a `pixi.lock` file and caches it
99
- **`restore`**: Restores the cached `pixi.lock` file in downstream jobs
1010

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.
11+
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).
1215

1316

1417
## Usage

0 commit comments

Comments
 (0)