Skip to content
This repository was archived by the owner on Feb 8, 2026. It is now read-only.

schedule-cleanup

schedule-cleanup #196

name: schedule-cleanup
concurrency: ${{ github.workflow }}/${{ github.ref }}
on:
workflow_dispatch:
schedule:
- cron: 24 5 * * *
jobs:
cleanup:
uses: ./.github/workflows/cleanup.yml
permissions:
contents: read
packages: write