CI: translation update as cron task (#14774)
This commit is contained in:
		
							parent
							
								
									5d2b7ba639
								
							
						
					
					
						commit
						1d63e17de8
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		|  | @ -391,7 +391,7 @@ steps: | ||||||
| 
 | 
 | ||||||
| --- | --- | ||||||
| kind: pipeline | kind: pipeline | ||||||
| name: translations | name: update_translations | ||||||
| 
 | 
 | ||||||
| platform: | platform: | ||||||
|   os: linux |   os: linux | ||||||
|  | @ -405,7 +405,9 @@ trigger: | ||||||
|   branch: |   branch: | ||||||
|     - master |     - master | ||||||
|   event: |   event: | ||||||
|     - push |     - cron | ||||||
|  |   cron: | ||||||
|  |     - update_translations | ||||||
| 
 | 
 | ||||||
| steps: | steps: | ||||||
|   - name: download |   - name: download | ||||||
|  | @ -512,7 +514,6 @@ trigger: | ||||||
| depends_on: | depends_on: | ||||||
|   - testing-amd64 |   - testing-amd64 | ||||||
|   - testing-arm64 |   - testing-arm64 | ||||||
|   - translations |  | ||||||
| 
 | 
 | ||||||
| steps: | steps: | ||||||
|   - name: fetch-tags |   - name: fetch-tags | ||||||
|  | @ -946,7 +947,6 @@ trigger: | ||||||
| depends_on: | depends_on: | ||||||
|   - testing-amd64 |   - testing-amd64 | ||||||
|   - testing-arm64 |   - testing-arm64 | ||||||
|   - translations |  | ||||||
|   - release-version |   - release-version | ||||||
|   - release-latest |   - release-latest | ||||||
|   - docker-linux-amd64-release |   - docker-linux-amd64-release | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue