Skip to content

Commit

Permalink
Silence cron
Browse files Browse the repository at this point in the history
  • Loading branch information
purejava committed Mar 8, 2024
1 parent 980e53f commit 38ed8e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/no-response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
issue_comment:
types: [created]
schedule:
# Schedule for five minutes after the hour, every 2 hours
- cron: '5 */2 * * *'
# Schedule for 10 o'clock, every day
- cron: '0 10 * * *'

jobs:
noResponse:
Expand Down

0 comments on commit 38ed8e7

Please sign in to comment.