Skip to content

Commit 126d46f

Browse files
authored
Make crowdin run daily instead of on git push to main (github#16065)
* Make crowdin daily * Trigger new build Co-authored-by: Chiedo <[email protected]>
1 parent d96352d commit 126d46f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/crowdin.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ name: Crowdin Sync
44

55
on:
66
workflow_dispatch:
7-
push:
8-
branches:
9-
- main
7+
schedule:
8+
- cron: "33 2 * * *" # every day at 2:33 UTC at least until automerge is working
109

1110
jobs:
1211
sync_with_crowdin:

0 commit comments

Comments
 (0)