Check every day at 5 am instead of hourly
This commit is contained in:
parent
9bf9771b8c
commit
7814f05e1c
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '@hourly'
|
- cron: '0 5 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-community:
|
check-community:
|
||||||
|
|
|
@ -2,7 +2,7 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '@hourly'
|
- cron: '0 5 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-community:
|
check-community:
|
||||||
|
|
|
@ -2,7 +2,7 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '@hourly'
|
- cron: '0 5 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-user:
|
check-user:
|
||||||
|
|
Loading…
Reference in a new issue