]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
👷 Re-enable translation workflow run by cron in CI (twice a month) (#15145)
authorMotov Yurii <109919500+YuriiMotov@users.noreply.github.com>
Wed, 18 Mar 2026 08:21:01 +0000 (09:21 +0100)
committerGitHub <noreply@github.com>
Wed, 18 Mar 2026 08:21:01 +0000 (09:21 +0100)
* Re-enable translation workflow in CI

* Run translation workflow twice a month

.github/workflows/translate.yml

index bb23fa32d973a96309add95a98cc8d03b2444a4d..8c807ec5ab8581229e9b4e5b3d76dab331b5a469 100644 (file)
@@ -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 1,15 * *"  # Run at 05:00 on the 1st and 15th of every month
 
   workflow_dispatch:
     inputs: