Unverified Commit dbea248f authored by picklesrus's avatar picklesrus Committed by GitHub

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

Revert 4435 stop smoke on prs
parents 6c8b0e89 3384e9f2
...@@ -141,6 +141,6 @@ stages: ...@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment