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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 0 * 1 * *
|
- cron: 0 0 1 * *
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pull:
|
pull:
|
||||||
|
|
Loading…
Reference in a new issue