Skip to content

schedule

schedule #308

Workflow file for this run

name: schedule
on:
workflow_dispatch:
schedule:
- cron: 34 12 * * *
concurrency: ${{ github.workflow }}/${{ github.ref }}
jobs:
test:
uses: ./.github/workflows/cleanup.yml
with:
dry-run: false
secrets:
packages-api-token: ${{ secrets.DELETE_PACKAGES_TOKEN }}