Skip to content

Commit 703cd9e

Browse files
committed
chore: Run crowdin workflow cron based
1 parent 5d84100 commit 703cd9e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/crowdin.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Crowdin Action
22

3-
on: [ push, workflow_dispatch ]
3+
on:
4+
schedule:
5+
- cron: '0 */12 * * *'
6+
workflow_dispatch:
47

58
permissions:
69
actions: write

0 commit comments

Comments
 (0)