From f89bba43e6803bb270113998f5d476644b6c0dcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AE=A1=E8=A5=BF=E8=BF=8E?= Date: Tue, 9 Aug 2022 02:39:26 +0000 Subject: [PATCH] Fix only condition. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b930aae89..0cd97bd57b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,8 @@ unit test: - "/home/gitlab-runner/bin/zentao-unittest.sh ${CI_PROJECT_DIR}" allow_failure: true only: - - master merge_requests + - master + - merge_requests #notify: # script: # - 'curl --location --request POST ''http://api.lf.oop.cc/api/v1/xuan/chatMessage'' --header ''Content-Type: application/json'' --data-raw ''{"gid": "84be4c6e-02e3-4fdc-b081-318c0c1eca02", "title": "开源包下载地址", "content": "点击查看详情链接", "url": "http://10.0.7.242:8080/allpacks/"}'''