Skip to content

Commit

Permalink
[core] Lower the frequency of no-response action runs (#41553)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Mar 19, 2024
1 parent 9585d28 commit db1e8b7
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 @@ -8,8 +8,8 @@ on:
issue_comment:
types: [created]
schedule:
# Schedule for five minutes after the hour, every hour
- cron: '5 * * * *'
# Schedule for 12am and 12pm UTC
- cron: '0 0,12 * * *'

permissions: {}

Expand Down

0 comments on commit db1e8b7

Please sign in to comment.