From a64c2c377209ea1b1374f638a83f443aa61f7ff4 Mon Sep 17 00:00:00 2001 From: Bruno Alexandre Rosa <1791393+brunoalr@users.noreply.github.com> Date: Sat, 14 Mar 2026 18:42:56 -0300 Subject: [PATCH] update workflow --- .github/workflows/cache-report.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cache-report.yml b/.github/workflows/cache-report.yml index eb3d4c976..0abc60b9e 100644 --- a/.github/workflows/cache-report.yml +++ b/.github/workflows/cache-report.yml @@ -4,9 +4,7 @@ name: Cache usage report on: - schedule: - # Mondays 09:00 UTC - - cron: '0 9 * * 1' + push: workflow_dispatch: jobs: @@ -27,7 +25,7 @@ jobs: - name: Report cache usage id: cache_report run: | - ./.ci/gh_buildkit_cache_usage.sh buildkit-blob | tee report.txt + ./.ci/gh_buildkit_cache_usage.sh | tee report.txt echo "summary<> "$GITHUB_STEP_SUMMARY" cat report.txt >> "$GITHUB_STEP_SUMMARY" echo "EOF" >> "$GITHUB_STEP_SUMMARY"