Browse Source

Re-enable translation workflow in CI

pull/15145/head
Yurii Motov 4 months ago
parent
commit
758bf284bc
  1. 4
      .github/workflows/translate.yml

4
.github/workflows/translate.yml

@ -1,8 +1,8 @@
name: Translate
on:
# schedule:
# - cron: "0 5 15 * *" # Run at 05:00 on the 15 of every month
schedule:
- cron: "0 5 15 * *" # Run at 05:00 on the 15 of every month
workflow_dispatch:
inputs:

Loading…
Cancel
Save