Merge "Run translation jobs only if translation files change"
This commit is contained in:
commit
2262419c4c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user