Merge pull request #4450 from LLK/revert-4435-stop-smoke-on-prs

Revert 4435 stop smoke on prs
This commit is contained in:
picklesrus 2020-09-24 10:09:52 -04:00 committed by GitHub
commit dbea248f4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -141,6 +141,6 @@ stages:
- name: test
if: type != cron
- 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
if: branch == develop AND type == cron