diff --git a/.github/workflows/locker.yml b/.github/workflows/locker.yml index 592b01424740..10aea22e96e4 100644 --- a/.github/workflows/locker.yml +++ b/.github/workflows/locker.yml @@ -1,7 +1,7 @@ name: Locker - Lock stale issues on: schedule: - - cron: '34 8 * * *' # Once per day, overnight PT, uncommon minute of hour + - cron: '34 12 * * 1-5' # Once per weekday, overnight PT, uncommon minute of hour workflow_dispatch: # Manual triggering through the GitHub UI, API, or CLI