Files
nixpkgs/.github/workflows/backport.yml
Ihar Hrachyshka 830255b283 .github: avoid full checkout on backport
The backport action should work with a sparse tree, so materializing all
files is just wasteful.

Since total time allocated for backport jobs is just 3 mins, sometimes a
slow worktree checkout consumes a good chunk of it and pushes the job to
timeout, resulting in missed backport. See for example:

https://github.com/NixOS/nixpkgs/actions/runs/30587897004/job/91023481883
2026-07-30 20:03:42 -04:00

4.1 KiB