ci: Schedule Crowdin to runs weekly instead of every 12 hours (#6466)
This commit is contained in:
parent
004b5908db
commit
12b819d20e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pull_strings.yml
vendored
2
.github/workflows/pull_strings.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Pull strings
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 */12 * * *"
|
||||
- cron: "0 0 * * 0"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue