mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-07 05:53:59 -07:00
update comment
This commit is contained in:
parent
1d6666acdb
commit
b046661208
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cache-report.yml
vendored
4
.github/workflows/cache-report.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue