Skip to content

Clean cache workflow (#2) #7

Clean cache workflow (#2)

Clean cache workflow (#2) #7

Workflow file for this run

name: Clean cache
on:
schedule:
- '0 0 * * 0'
workflow_dispatch:
permissions:
actions: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: gh cache delete --all -R $GITHUB_REPOSITORY
env:
GH_TOKEN: ${{ github.token }}