ci: Only push strings once a month
This commit is contained in:
parent
2bb3141b12
commit
d9c5057d76
2
.github/workflows/pull_strings.yml
vendored
2
.github/workflows/pull_strings.yml
vendored
|
@ -3,7 +3,7 @@ name: Pull strings
|
|||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: 0 * 1 * *
|
||||
- cron: 0 0 1 * *
|
||||
|
||||
jobs:
|
||||
pull:
|
||||
|
|
Loading…
Reference in a new issue