Skip to content

Clear all Github actions caches manually #14

Clear all Github actions caches manually

Clear all Github actions caches manually #14

Workflow file for this run

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