Skip to content

Commit d75bc1b

Browse files
authored
👷 Re-enable translation workflow run by cron in CI (twice a month) (#15145)
* Re-enable translation workflow in CI * Run translation workflow twice a month
1 parent 0127069 commit d75bc1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/translate.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Translate
22

33
on:
4-
# schedule:
5-
# - cron: "0 5 15 * *" # Run at 05:00 on the 15 of every month
4+
schedule:
5+
- cron: "0 5 1,15 * *" # Run at 05:00 on the 1st and 15th of every month
66

77
workflow_dispatch:
88
inputs:

0 commit comments

Comments
 (0)