We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d2b7ba commit 1d63e17Copy full SHA for 1d63e17
.drone.yml
@@ -391,7 +391,7 @@ steps:
391
392
---
393
kind: pipeline
394
-name: translations
+name: update_translations
395
396
platform:
397
os: linux
@@ -405,7 +405,9 @@ trigger:
405
branch:
406
- master
407
event:
408
- - push
+ - cron
409
+ cron:
410
+ - update_translations
411
412
steps:
413
- name: download
@@ -512,7 +514,6 @@ trigger:
512
514
depends_on:
513
515
- testing-amd64
516
- testing-arm64
- - translations
517
518
519
- name: fetch-tags
@@ -946,7 +947,6 @@ trigger:
946
947
948
949
950
- release-version
951
- release-latest
952
- docker-linux-amd64-release
0 commit comments