Trigger translation catalog updates only when scheduled [skip CI]
This commit is contained in:
parent
a799f3d0d5
commit
1f7f98cafa
@ -46,7 +46,8 @@ documentation:
|
|||||||
name: socializer_documentation
|
name: socializer_documentation
|
||||||
expire_in: 30 days
|
expire_in: 30 days
|
||||||
|
|
||||||
update_catalogs:
|
### Updates all translation templates for weblate
|
||||||
|
update_translation_templates:
|
||||||
type: deploy
|
type: deploy
|
||||||
tags:
|
tags:
|
||||||
- windows10
|
- windows10
|
||||||
@ -67,7 +68,7 @@ update_catalogs:
|
|||||||
- 'git commit -m "Updated locales [skip ci]"'
|
- 'git commit -m "Updated locales [skip ci]"'
|
||||||
- 'git push origin HEAD:$env:CI_COMMIT_REF_NAME'
|
- 'git push origin HEAD:$env:CI_COMMIT_REF_NAME'
|
||||||
only:
|
only:
|
||||||
- master
|
- schedules
|
||||||
|
|
||||||
alpha32:
|
alpha32:
|
||||||
<<: *configure_environment
|
<<: *configure_environment
|
||||||
|
Loading…
Reference in New Issue
Block a user