diff --git a/.github/workflows/stale_issues_high.yml b/.github/workflows/stale_issues_high.yml index 3e4342a658a..0e6284d0a3c 100644 --- a/.github/workflows/stale_issues_high.yml +++ b/.github/workflows/stale_issues_high.yml @@ -2,7 +2,7 @@ name: 'Close stale issues with high priority' on: schedule: # Runs every hour - - cron: '0 5-10 * * *' + - cron: '0 4-16 * * *' workflow_dispatch: jobs: