diff --git a/.github/workflows/cleanup-stale-schemas.yml b/.github/workflows/cleanup-stale-schemas.yml index 9498e0a01..cbf30ac18 100644 --- a/.github/workflows/cleanup-stale-schemas.yml +++ b/.github/workflows/cleanup-stale-schemas.yml @@ -2,8 +2,8 @@ name: Cleanup stale CI schemas on: schedule: - # Every Sunday at 03:00 UTC - - cron: "0 3 * * 0" + # Daily at 03:00 UTC + - cron: "0 3 * * *" workflow_dispatch: inputs: max-age-hours: