Run crowdin.yml once a week instead of daily

This commit is contained in:
Yasan
2022-09-13 09:07:55 +04:30
committed by GitHub
parent c86521d929
commit 8fd839db5c

View File

@@ -2,7 +2,7 @@ name: Crowdin
on:
schedule:
- cron: '0 0 * * *'
- cron: '0 0 * * 0'
workflow_dispatch:
permissions: