We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d84100 + 703cd9e commit 517ca52Copy full SHA for 517ca52
1 file changed
.github/workflows/crowdin.yml
@@ -1,6 +1,9 @@
1
name: Crowdin Action
2
3
-on: [ push, workflow_dispatch ]
+on:
4
+ schedule:
5
+ - cron: '0 */12 * * *'
6
+ workflow_dispatch:
7
8
permissions:
9
actions: write
0 commit comments