Check every day at 5 am instead of hourly
All checks were successful
All checks were successful
This commit is contained in:
parent
bf00362653
commit
bd438f03e4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ on:
|
|||
workflow_dispatch:
|
||||
|
||||
schedule:
|
||||
- cron: '@hourly'
|
||||
- cron: '0 5 * * *'
|
||||
|
||||
jobs:
|
||||
check-user:
|
||||
|
|
Loading…
Add table
Reference in a new issue