Skip to content

Commit 834a0db

Browse files
committed
Silence cron
1 parent f5005ed commit 834a0db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/no-response.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
issue_comment:
77
types: [created]
88
schedule:
9-
# Schedule for five minutes after the hour, every 3 hours
10-
- cron: '5 */3 * * *'
9+
# Schedule for 8 o'clock, every day
10+
- cron: '0 8 * * *'
1111

1212
jobs:
1313
noResponse:

0 commit comments

Comments
 (0)