ci: Don't sync Crowdin every hour (#2967)

This commit is contained in:
Ushie 2024-04-01 16:17:16 +03:00 committed by GitHub
parent c98cb5eec8
commit bbb53631a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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