Commit d3b90a5e authored by jiang feng's avatar jiang feng
Browse files

Update .gitlab-ci.yml file

parent a594550a
Pipeline #1330 failed
......@@ -2,6 +2,17 @@
stages:
- upload-mr-analysis
workflow:
  rules:
- if: '$CI_COMMIT_TITLE =~ /^Merge branch.*$/'
when: never
- if: $CI_MERGE_REQUEST_IID
- if: $CI_COMMIT_REF_NAME == "main"
default:
tags:
- test # runner 需配置相同tag
interruptible: true # 任务可被后来pipeline打断
upload-job:
stage: upload-mr-analysis
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment