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