Make workflow run daily instead of hourly
This commit is contained in:
parent
44860f2ea7
commit
71610a365f
|
@ -6,8 +6,8 @@ on:
|
|||
issue_comment:
|
||||
types: [created]
|
||||
schedule:
|
||||
# Schedule for five minutes after the hour, every hour
|
||||
- cron: '5 * * * *'
|
||||
# Run daily at midnight.
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
noResponse:
|
||||
|
|
Loading…
Reference in New Issue