Merge "Run translation jobs only if translation files change"

This commit is contained in:
Jenkins 2015-02-17 17:59:23 +00:00 committed by Gerrit Code Review
commit 2262419c4c

View File

@ -702,6 +702,10 @@ jobs:
- name: ^gate-.*-tox-checklang$
branch: master
voting: false
# Only run job if at least one po or pot file was changed
files:
- '^.*\.po$'
- '^.*\.pot$'
- name: ^gate-.*-tox-checklinks$
branch: master
voting: false