diff --git a/.github/workflows/close-dormant-discussions.yml b/.github/workflows/close-dormant-discussions.yml index 135b716c0..45bd9c1d0 100644 --- a/.github/workflows/close-dormant-discussions.yml +++ b/.github/workflows/close-dormant-discussions.yml @@ -3,8 +3,8 @@ name: Close out dormant discussions on: workflow_dispatch: schedule: - # At 01:23 every day - - cron: '23 1 * * *' + # At 01:25 every day + - cron: '25 1 * * *' jobs: build: diff --git a/.github/workflows/comment-on-dormant-discussions.yml b/.github/workflows/comment-on-dormant-discussions.yml index 929e08cf5..b4b812922 100644 --- a/.github/workflows/comment-on-dormant-discussions.yml +++ b/.github/workflows/comment-on-dormant-discussions.yml @@ -3,8 +3,8 @@ name: Comment on dormant discussions on: workflow_dispatch: schedule: - # At 03:23 every day - - cron: '23 3 * * *' + # At 03:25 every day + - cron: '25 3 * * *' jobs: build: