Skip to content

Clear cache

Clear cache #116

Workflow file for this run

name: Clear cache
on:
schedule:
- cron: "0 0 * * 0"
workflow_dispatch:
jobs:
clear-cache:
runs-on: ubuntu-20.04
steps:
- name: Clear caches
uses: easimon/wipe-cache@main