summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-04-25 13:52:42 +0300
committerAndrew Dolgov <[email protected]>2017-04-25 13:52:42 +0300
commita7bb248ccfa6be68757b3a17b71ba05b7879716a (patch)
treef650f3521a9ae2993be852aa7e2ca2dcc00166e9 /.gitlab-ci.yml
parent94eedc29c01a30a32cf10e14fd0d0a039504ca8a (diff)
CI: use when:manual instead of limiting to triggers
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ed7c32d6f..46eff28db 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,8 +16,7 @@ stages:
- test
jobs:
- only:
- - triggers
+ when: manual
stage: test
script:
- sh ./utils/gitlab-ci/php-lint.sh