From 14c55d1c8a4169c40c232c9604f198a011ec6cba Mon Sep 17 00:00:00 2001 From: Mikolaj Matuszny Date: Thu, 19 Mar 2026 09:09:47 +0100 Subject: [PATCH] BUILD-10739 Cache cleanup - docs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40cc7a0..48fd4ef 100644 --- a/README.md +++ b/README.md @@ -246,7 +246,7 @@ on: jobs: cleanup: - runs-on: github-ubuntu-latest-s + runs-on: sonar-xs permissions: id-token: write contents: read @@ -268,6 +268,7 @@ jobs: | List all cache entries | _(empty)_ | _(empty)_ | n/a | | Preview what would be deleted | `feature/my-branch` | _(optional)_ | `true` | | Delete cache for a branch | `feature/my-branch` | _(optional)_ | `false` | +| Delete key for given branch | `feature/my-branch` | `sccache-Linux-` | `false` | | Delete key across all branches | _(empty)_ | `sccache-Linux-` | `false` | ### Running via GitHub CLI