Move waiting for answer action 30 minutes later than lock threads

This commit is contained in:
Ilya Fedin 2024-05-03 05:17:05 +04:00 committed by John Preston
parent e3a14d432b
commit 5e1f0e9f7f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ on:
issue_comment:
types: [created]
schedule:
- cron: '0 0 * * *'
- cron: '30 0 * * *'
jobs:
waiting-for-answer: