We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0127069 commit d75bc1bCopy full SHA for d75bc1b
1 file changed
‎.github/workflows/translate.yml‎
@@ -1,8 +1,8 @@
1
name: Translate
2
3
on:
4
- # schedule:
5
- # - cron: "0 5 15 * *" # Run at 05:00 on the 15 of every month
+ schedule:
+ - cron: "0 5 1,15 * *" # Run at 05:00 on the 1st and 15th of every month
6
7
workflow_dispatch:
8
inputs:
0 commit comments