Skip to content

Commit bda403a

Browse files
committed
Relax cron
1 parent e7e9603 commit bda403a

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 hour
10-
- cron: '5 * * * *'
9+
# Schedule for five minutes after the hour, every 2 hours
10+
- cron: '5 */2 * * *'
1111

1212
jobs:
1313
noResponse:

0 commit comments

Comments
 (0)