Skip to content

Util Clear Caches

Util Clear Caches #793

name: Util Clear Caches
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
Cache-Janitor:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.7
- run: |
source .github/scripts/cfuncs.sh
get_cache_info | jq .
delete_caches "lgd-data-raw-v1-.*" 2
env:
GITHUB_TOKEN: "${{ github.token }}"