Skip to content

Commit de234c7

Browse files
authored
[meta] make crowdin check for updates every day
1 parent 0f12533 commit de234c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/crowdin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Update translations
33
on:
44
# Check for updates every sunday
55
schedule:
6-
- cron: '0 0 * * 0'
6+
- cron: '0 0 * * *'
77
push:
88
branches: [ V3 ]
99
workflow_dispatch:

0 commit comments

Comments
 (0)