ci: Only push strings once a month
This commit is contained in:
parent
dba37b834d
commit
2a86a670f0
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue