Skip to content

Clear all Github actions caches manually #7

Clear all Github actions caches manually

Clear all Github actions caches manually #7

Workflow file for this run

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