Set lupdate to run every night

This commit is contained in:
isaak654 2022-07-14 00:26:50 +02:00 committed by GitHub
parent 255c714ef1
commit b23c6af135
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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: