CI: use when:manual instead of limiting to triggers
This commit is contained in:
parent
94eedc29c0
commit
a7bb248ccf
|
@ -16,8 +16,7 @@ stages:
|
|||
- test
|
||||
|
||||
jobs:
|
||||
only:
|
||||
- triggers
|
||||
when: manual
|
||||
stage: test
|
||||
script:
|
||||
- sh ./utils/gitlab-ci/php-lint.sh
|
||||
|
|
Loading…
Reference in New Issue