1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-25 22:53:20 +00:00

Make workflow run daily instead of hourly

This commit is contained in:
Mohammed Anas 2021-08-19 21:08:23 +00:00 committed by GitHub
parent 44860f2ea7
commit 71610a365f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: