mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-12-23 16:40:32 +00:00
Make workflow run daily instead of hourly
This commit is contained in:
parent
44860f2ea7
commit
71610a365f
4
.github/workflows/no-response.yml
vendored
4
.github/workflows/no-response.yml
vendored
@ -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
Block a user