Skip to content

Commit 77a1909

Browse files
authored
change crowdin schedule to every day (#21)
1 parent 27377e2 commit 77a1909

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
@@ -6,7 +6,7 @@ on:
66
branches:
77
- main
88
schedule:
9-
- cron: '0 1 * * 1' # Every Monday at 01:00 UTC
9+
- cron: '0 1 * * *' # Every day at 01:00 UTC
1010

1111
permissions:
1212
contents: write

0 commit comments

Comments
 (0)