Browse Source

Run translation workflow twice a month

pull/15145/head
Yurii Motov 4 months ago
parent
commit
11686509ce
  1. 2
      .github/workflows/translate.yml

2
.github/workflows/translate.yml

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

Loading…
Cancel
Save