diff --git a/.github/workflows/no_respone.yml b/.github/workflows/no_respone.yml index a0ca3c9..f6e8cb4 100644 --- a/.github/workflows/no_respone.yml +++ b/.github/workflows/no_respone.yml @@ -6,8 +6,8 @@ on: issue_comment: types: [ created ] schedule: - # Schedule for five minutes after the hour, every hour - - cron: '5 * * * *' + # Schedule for five minutes after midnight, every day + - cron: '5 0 * * *' jobs: noResponse: @@ -15,4 +15,4 @@ jobs: steps: - uses: lee-dohm/no-response@v0.5.0 with: - token: ${{ github.token }} \ No newline at end of file + token: ${{ github.token }}