1
0
mirror of synced 2026-01-01 09:04:46 -05:00

Make crowdin run daily instead of on git push to main (#16065)

* Make crowdin daily

* Trigger new build

Co-authored-by: Chiedo <chiedo@users.noreply.github.com>
This commit is contained in:
Chiedo John
2020-10-15 14:11:51 -04:00
committed by GitHub
parent d96352d13a
commit 126d46fbeb

View File

@@ -4,9 +4,8 @@ name: Crowdin Sync
on:
workflow_dispatch:
push:
branches:
- main
schedule:
- cron: "33 2 * * *" # every day at 2:33 UTC at least until automerge is working
jobs:
sync_with_crowdin: