Add cache warmer action

Authored by: bashonly
pull/13997/head
bashonly 3 days ago
parent 9f350f3b1c
commit 900fd9e231
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

@ -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
Loading…
Cancel
Save