From 900fd9e2317a8aedcc99f948f99ba727f2d128b5 Mon Sep 17 00:00:00 2001 From: bashonly Date: Fri, 15 Aug 2025 00:02:06 -0500 Subject: [PATCH] Add cache warmer action Authored by: bashonly --- .github/workflows/cache-warmer.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/cache-warmer.yml diff --git a/.github/workflows/cache-warmer.yml b/.github/workflows/cache-warmer.yml new file mode 100644 index 0000000000..38195b766a --- /dev/null +++ b/.github/workflows/cache-warmer.yml @@ -0,0 +1,22 @@ +name: Keep cache warm +on: + workflow_dispatch: + schedule: + - cron: '0 22 1,6,11,16,21,27 * *' + + build: + if: | + vars.KEEP_CACHE_WARM != '' || github.event_name == 'workflow_dispatch' + uses: ./.github/workflows/build.yml + with: + version: '123456' + unix: false + linux: false + linux_armv7l: true + musllinux: false + macos: true + windows: false + windows32: false + permissions: + contents: read + actions: write # For cleaning up cache