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
1 changed files with 2 additions and 2 deletions

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: