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 72617058a0
commit 8ee1d81c28

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: