mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 09:33:57 -07:00
update workflow
This commit is contained in:
parent
ec8c4939b3
commit
a64c2c3772
1 changed files with 2 additions and 4 deletions
6
.github/workflows/cache-report.yml
vendored
6
.github/workflows/cache-report.yml
vendored
|
|
@ -4,9 +4,7 @@
|
||||||
name: Cache usage report
|
name: Cache usage report
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
push:
|
||||||
# Mondays 09:00 UTC
|
|
||||||
- cron: '0 9 * * 1'
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
@ -27,7 +25,7 @@ jobs:
|
||||||
- name: Report cache usage
|
- name: Report cache usage
|
||||||
id: cache_report
|
id: cache_report
|
||||||
run: |
|
run: |
|
||||||
./.ci/gh_buildkit_cache_usage.sh buildkit-blob | tee report.txt
|
./.ci/gh_buildkit_cache_usage.sh | tee report.txt
|
||||||
echo "summary<<EOF" >> "$GITHUB_STEP_SUMMARY"
|
echo "summary<<EOF" >> "$GITHUB_STEP_SUMMARY"
|
||||||
cat report.txt >> "$GITHUB_STEP_SUMMARY"
|
cat report.txt >> "$GITHUB_STEP_SUMMARY"
|
||||||
echo "EOF" >> "$GITHUB_STEP_SUMMARY"
|
echo "EOF" >> "$GITHUB_STEP_SUMMARY"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue