diff --git a/.github/workflows/stale-actions.yml b/.github/workflows/stale-actions.yml index 5d5f627..f361af3 100644 --- a/.github/workflows/stale-actions.yml +++ b/.github/workflows/stale-actions.yml @@ -2,7 +2,7 @@ name: "Mark or close stale issues and PRs" on: schedule: - - cron: "30 * * * *" + - cron: "30 0 * * *" jobs: stale: