Skip to content

Commit 52e7096

Browse files
BUILD-10739 Cache cleanup - docs (#46)
1 parent 7b57f01 commit 52e7096

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ on:
246246
247247
jobs:
248248
cleanup:
249-
runs-on: github-ubuntu-latest-s
249+
runs-on: sonar-xs
250250
permissions:
251251
id-token: write
252252
contents: read
@@ -268,6 +268,7 @@ jobs:
268268
| List all cache entries | _(empty)_ | _(empty)_ | n/a |
269269
| Preview what would be deleted | `feature/my-branch` | _(optional)_ | `true` |
270270
| Delete cache for a branch | `feature/my-branch` | _(optional)_ | `false` |
271+
| Delete key for given branch | `feature/my-branch` | `sccache-Linux-` | `false` |
271272
| Delete key across all branches | _(empty)_ | `sccache-Linux-` | `false` |
272273

273274
### Running via GitHub CLI

0 commit comments

Comments
 (0)