mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-22 02:53:09 +01: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:
|
||||
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
Block a user