diff --git a/.github/workflows/shared_cleanup_stale_branch_caches.yml b/.github/workflows/shared_cleanup_stale_branch_caches.yml index a6d50a7992..f6c532b485 100644 --- a/.github/workflows/shared_cleanup_stale_branch_caches.yml +++ b/.github/workflows/shared_cleanup_stale_branch_caches.yml @@ -3,7 +3,8 @@ name: (Shared) Cleanup Stale Branch Caches on: schedule: - - cron: 0 0 * * * + # Every 6 hours + - cron: 0 */6 * * * workflow_dispatch: permissions: {}