]> source.dussan.org Git - gitea.git/commitdiff
CI: translation update as cron task (#14774)
author6543 <6543@obermui.de>
Mon, 22 Feb 2021 23:16:02 +0000 (00:16 +0100)
committerGitHub <noreply@github.com>
Mon, 22 Feb 2021 23:16:02 +0000 (07:16 +0800)
.drone.yml

index cc7444df0a4fe22c3b26267cfe631028314e482c..a672d2322fc62193d580172ee3a4a44638d000af 100644 (file)
@@ -391,7 +391,7 @@ steps:
 
 ---
 kind: pipeline
-name: translations
+name: update_translations
 
 platform:
   os: linux
@@ -405,7 +405,9 @@ trigger:
   branch:
     - master
   event:
-    - push
+    - cron
+  cron:
+    - update_translations
 
 steps:
   - name: download
@@ -512,7 +514,6 @@ trigger:
 depends_on:
   - testing-amd64
   - testing-arm64
-  - translations
 
 steps:
   - name: fetch-tags
@@ -946,7 +947,6 @@ trigger:
 depends_on:
   - testing-amd64
   - testing-arm64
-  - translations
   - release-version
   - release-latest
   - docker-linux-amd64-release