diff --git a/.github/workflows/google-contributor-stale.yml b/.github/workflows/google-contributor-stale.yml index a8fc092672..9cc4d85277 100644 --- a/.github/workflows/google-contributor-stale.yml +++ b/.github/workflows/google-contributor-stale.yml @@ -4,6 +4,7 @@ name: Close inactive google-contributor PRs on: schedule: - cron: "30 2 * * *" + workflow_dispatch: {} jobs: stale: diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 5fdcb436f9..f1ab93d7e6 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -3,12 +3,12 @@ name: Mark and close stale issues on: schedule: - # Scheduled to run at 1:30 UTC everyday - - cron: '30 1 * * *' + # Scheduled to run at 1:30 UTC everyday + - cron: '30 1 * * *' + workflow_dispatch: {} jobs: stale: - runs-on: ubuntu-latest permissions: issues: write