Check every day at 5 am instead of hourly
All checks were successful
All checks were successful
This commit is contained in:
parent
739c7652fa
commit
3d6e196a68
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