Skip to content

Clear cache

Clear cache #461

Workflow file for this run

name: Clear cache
on:
schedule:
- cron: '0 3 * * *'
workflow_dispatch:
jobs:
clear:
name: Delete all caches
runs-on: ubuntu-latest
steps:
- name: Clear caches
uses: easimon/wipe-cache@v2