ci: Don't sync Crowdin every hour (#2967)
This commit is contained in:
parent
c98cb5eec8
commit
bbb53631a9
2
.github/workflows/sync_crowdin.yml
vendored
2
.github/workflows/sync_crowdin.yml
vendored
|
@ -3,7 +3,7 @@ name: Sync Crowdin
|
|||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: 0 * 1 * *
|
||||
- cron: 0 0 1 * *
|
||||
push:
|
||||
paths:
|
||||
- /src/main/resources/addresources/values/strings.xml
|
||||
|
|
Loading…
Reference in a new issue