Skip to content

Clear all Github actions caches manually #16

Clear all Github actions caches manually

Clear all Github actions caches manually #16

Workflow file for this run

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