Skip to content

Commit e539058

Browse files
committed
docs(ci): correct the cleanup key comment after the mount was removed
Greptile P2: the delete step still claimed its key must stay byte-identical to the Mount Next.js build cache step in test-build.yml, but this PR removes that mount. It is now a hard-coded legacy drain key that mirrors nothing.
1 parent 38a9150 commit e539058

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/ci-cache-cleanup.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,12 @@ jobs:
2626
timeout-minutes: 5
2727

2828
steps:
29-
# Must stay byte-identical to the Mount Next.js build cache key in
30-
# test-build.yml, or this deletes nothing and the disks accumulate.
31-
# Non-blocking: PRs skipped by ci.yml's paths-ignore never made a disk.
29+
# A hard-coded legacy drain key. It no longer mirrors anything — the
30+
# Mount Next.js build cache step it used to match was removed with the
31+
# cache. Do not retarget or delete it while PRs from before that removal
32+
# are still open, or their 5-12 GB disks are never reclaimed.
33+
# Non-blocking: PRs skipped by ci.yml's paths-ignore never made a disk,
34+
# and neither does any PR opened after the removal.
3235
- name: Delete sticky disk
3336
uses: useblacksmith/stickydisk-delete@b41313d28b8647d72114c9ba3c96bb04061562b6 # v1
3437
continue-on-error: true

0 commit comments

Comments
 (0)