Skip to content

Commit

Permalink
CI: translation update as cron task (go-gitea#14774)
Browse files Browse the repository at this point in the history
  • Loading branch information
6543 authored Feb 22, 2021
1 parent 5d2b7ba commit 1d63e17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ steps:

---
kind: pipeline
name: translations
name: update_translations

platform:
os: linux
Expand All @@ -405,7 +405,9 @@ trigger:
branch:
- master
event:
- push
- cron
cron:
- update_translations

steps:
- name: download
Expand Down Expand Up @@ -512,7 +514,6 @@ trigger:
depends_on:
- testing-amd64
- testing-arm64
- translations

steps:
- name: fetch-tags
Expand Down Expand Up @@ -946,7 +947,6 @@ trigger:
depends_on:
- testing-amd64
- testing-arm64
- translations
- release-version
- release-latest
- docker-linux-amd64-release
Expand Down

0 comments on commit 1d63e17

Please sign in to comment.