Skip to content

Clear Cache

Clear Cache #9

Workflow file for this run

name: Clear Cache
on:
schedule:
- cron: '0 0 1 * *'
workflow_dispatch:
jobs:
clearer:
name: Delete all caches
runs-on: ubuntu-latest
steps:
- name: Clear cache
uses: easimon/wipe-cache@main