ci/cache: Keep collection in preflight
CI / Check, build and cache nixfiles (push) Successful in 47m34s
Update docs / update (push) Failing after 1m4s

Group cache collection separately in the Actions log and avoid repeating
it after updating the CI profile.
This commit is contained in:
2026-08-25 08:58:57 +01:00
parent adea4bd9e5
commit 02c965dd96
3 changed files with 5 additions and 8 deletions
+2 -2
View File
@@ -37,9 +37,9 @@ jobs:
env:
HARMONIA_SSH_KEY: ${{ secrets.HARMONIA_SSH_KEY }}
run: |
# Make room before pushing so a full cache cannot prevent the GC at
# the end of a successful run from ever being reached.
echo "::group::Collect cache garbage"
ci/push-to-cache.sh --gc
echo "::endgroup::"
nix eval --json --apply "builtins.attrNames" .#ci.x86_64-linux | jq -cr '.[]' | while read job; do
echo "::group::Build $job"