Skip to content

Clear GHA caches manually #6

Clear GHA caches manually

Clear GHA caches manually #6

Workflow file for this run

name: Clear GHA caches manually
permissions: write-all
# This will cancel running jobs once a new run is triggered
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
on:
workflow_dispatch:
schedule:
- cron: "30 11 6 * *"
jobs:
cache-clear:
runs-on: ubuntu-latest
steps:
- uses: easimon/wipe-cache@main