Set lupdate to run every night
This commit is contained in:
parent
255c714ef1
commit
b23c6af135
|
@ -3,8 +3,8 @@ name: Update language files
|
|||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# runs every Monday
|
||||
- cron: '0 1 * * Mon'
|
||||
# runs every night
|
||||
- cron: '0 2 * * *'
|
||||
|
||||
jobs:
|
||||
SBIE_Plus_lupdate:
|
||||
|
|
Loading…
Reference in New Issue