Browse Source
👷 Do not run translations on cron while finishing updating existing languages (#14613)
pull/14614/head
Sebastián Ramírez
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
.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: |
|
|
|
|