diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml index f34d06413..343d34456 100644 --- a/.github/workflows/no-response.yml +++ b/.github/workflows/no-response.yml @@ -6,11 +6,13 @@ on: issue_comment: types: [created] schedule: - # Schedule for five minutes after the hour, every hour - - cron: '5 * * * *' + # Schedule for an arbitrary time (5am) once every day + - cron: '* 5 * * *' jobs: noResponse: + # Don't run if in a fork + if: github.repository_owner == 'kivy' runs-on: ubuntu-latest steps: - uses: lee-dohm/no-response@9bb0a4b5e6a45046f00353d5de7d90fb8bd773bb