Check every day at 5 am instead of hourly

This commit is contained in:
Antoine Martin 2024-10-28 08:21:30 -04:00
parent 9bf9771b8c
commit 7814f05e1c
Signed by: forge
GPG key ID: D62A472A4AA7D541
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ on:
workflow_dispatch:
schedule:
- cron: '@hourly'
- cron: '0 5 * * *'
jobs:
check-community:

View file

@ -2,7 +2,7 @@ on:
workflow_dispatch:
schedule:
- cron: '@hourly'
- cron: '0 5 * * *'
jobs:
check-community:

View file

@ -2,7 +2,7 @@ on:
workflow_dispatch:
schedule:
- cron: '@hourly'
- cron: '0 5 * * *'
jobs:
check-user: