Skip to content

Commit 1d63e17

Browse files
authored
CI: translation update as cron task (go-gitea#14774)
1 parent 5d2b7ba commit 1d63e17

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.drone.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ steps:
391391

392392
---
393393
kind: pipeline
394-
name: translations
394+
name: update_translations
395395

396396
platform:
397397
os: linux
@@ -405,7 +405,9 @@ trigger:
405405
branch:
406406
- master
407407
event:
408-
- push
408+
- cron
409+
cron:
410+
- update_translations
409411

410412
steps:
411413
- name: download
@@ -512,7 +514,6 @@ trigger:
512514
depends_on:
513515
- testing-amd64
514516
- testing-arm64
515-
- translations
516517

517518
steps:
518519
- name: fetch-tags
@@ -946,7 +947,6 @@ trigger:
946947
depends_on:
947948
- testing-amd64
948949
- testing-arm64
949-
- translations
950950
- release-version
951951
- release-latest
952952
- docker-linux-amd64-release

0 commit comments

Comments
 (0)