diff --git a/.github/workflows/issue_close_inactive.yml b/.github/workflows/issue_close_inactive.yml index f24911c5759..63d43846fbe 100644 --- a/.github/workflows/issue_close_inactive.yml +++ b/.github/workflows/issue_close_inactive.yml @@ -3,7 +3,8 @@ name: Close inactive on: schedule: - cron: "0 0 */7 * *" - + workflow_dispatch: + jobs: close-inactive: runs-on: ubuntu-latest diff --git a/.github/workflows/issue_close_question.yml b/.github/workflows/issue_close_question.yml index f323cb86e37..cbd6b289075 100644 --- a/.github/workflows/issue_close_question.yml +++ b/.github/workflows/issue_close_question.yml @@ -3,6 +3,7 @@ name: Close need info on: schedule: - cron: "0 0 */7 * *" + workflow_dispatch: jobs: close-need-info: