mirror of https://github.com/tiangolo/fastapi.git
👷 Do not run translations on cron while finishing updating existing languages (#14613)
This commit is contained in:
parent
a1735d6d11
commit
4d4fb28f9f
|
|
@ -1,8 +1,8 @@
|
||||||
name: Translate
|
name: Translate
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
# schedule:
|
||||||
- cron: "0 5 15 * *" # Run at 05:00 on the 15 of every month
|
# - cron: "0 5 15 * *" # Run at 05:00 on the 15 of every month
|
||||||
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue