From a7bb248ccfa6be68757b3a17b71ba05b7879716a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 25 Apr 2017 13:52:42 +0300 Subject: [PATCH] CI: use when:manual instead of limiting to triggers --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed7c32d6..46eff28d 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 -- 2.39.5