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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 0 * 1 * *
|
- cron: 0 0 1 * *
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- /src/main/resources/addresources/values/strings.xml
|
- /src/main/resources/addresources/values/strings.xml
|
||||||
|
|
Loading…
Reference in a new issue