ci: Only push strings once a month

This commit is contained in:
oSumAtrIX 2024-04-05 01:16:20 +02:00 committed by GitHub
parent 2bb3141b12
commit d9c5057d76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name: Pull strings
on:
workflow_dispatch:
schedule:
- cron: 0 * 1 * *
- cron: 0 0 1 * *
jobs:
pull: