Skip to content

Clear GHA caches manually #17

Clear GHA caches manually

Clear GHA caches manually #17

Workflow file for this run

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