update comment

This commit is contained in:
Bruno Alexandre Rosa 2026-03-14 19:09:34 -03:00
parent 1d6666acdb
commit b046661208

View file

@ -1,4 +1,4 @@
# Reports total GitHub Actions cache usage for BuildKit blob caches (used by docker-release). # Reports GitHub Actions cache usage grouped by key prefix (e.g. buildkit, ccache, vcpkg).
# Run locally: .ci/gh_buildkit_cache_usage.sh # Run locally: .ci/gh_buildkit_cache_usage.sh
name: Cache usage report name: Cache usage report
@ -10,7 +10,7 @@ on:
jobs: jobs:
report: report:
name: GHA cache usage name: GHA cache usage
runs-on: ubuntu-latest runs-on: ubuntu-slim
permissions: permissions:
actions: read actions: read
contents: read contents: read