Skip to content

Clear all Github actions caches manually #19

Clear all Github actions caches manually

Clear all Github actions caches manually #19

Workflow file for this run

name: Clear all Github actions caches manually
on:
workflow_dispatch:
schedule:
- cron: '0 16 15 * *'
jobs:
cache-clear:
runs-on: ubuntu-latest
steps:
- uses: easimon/wipe-cache@main