summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThong Kuah <tkuah@gitlab.com>2019-05-26 09:32:48 +1200
committerThong Kuah <tkuah@gitlab.com>2019-05-26 12:30:12 +1200
commit0e66f3f633071b3d32c00b27a413f7eb9234d769 (patch)
tree7af2980e6c6c30c0ff98b889d0f378cbd229e23d
parent3234434398866a745c1868173d12fec5fe9e3703 (diff)
downloadgitlab-ce-0e66f3f633071b3d32c00b27a413f7eb9234d769.tar.gz
Run QA always for convienence
-rw-r--r--.gitlab/ci/qa.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab/ci/qa.gitlab-ci.yml b/.gitlab/ci/qa.gitlab-ci.yml
index 6b23af952e6..0ee499305bf 100644
--- a/.gitlab/ci/qa.gitlab-ci.yml
+++ b/.gitlab/ci/qa.gitlab-ci.yml
@@ -1,7 +1,6 @@
package-and-qa:
image: ruby:2.6-alpine
stage: review # So even if review-deploy failed we can still run this
- when: manual
before_script: []
dependencies: []
cache: {}