Merge pull request #4445 from LLK/release/2020-09-24

[Develop]Release/2020 09 24
This commit is contained in:
picklesrus 2020-09-24 11:25:37 -04:00 committed by GitHub
commit a23415f3e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -141,6 +141,6 @@ stages:
- name: test - name: test
if: type != cron if: type != cron
- name: smoke - name: smoke
if: type NOT IN (cron, pull_request) AND (branch =~ /^(develop|master|release|hotfix/)/) if: type NOT IN (cron, pull_request)
- name: update translations - name: update translations
if: branch == develop AND type == cron if: branch == develop AND type == cron