Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jiang feng
test_project_1
Commits
d3b90a5e
Commit
d3b90a5e
authored
May 14, 2024
by
jiang feng
Browse files
Update .gitlab-ci.yml file
parent
a594550a
Pipeline
#1330
failed
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
.gitlab-ci.yml
.gitlab-ci.yml
+11
-0
No files found.
.gitlab-ci.yml
View file @
d3b90a5e
...
@@ -2,6 +2,17 @@
...
@@ -2,6 +2,17 @@
stages
:
stages
:
-
upload-mr-analysis
-
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
:
upload-job
:
stage
:
upload-mr-analysis
stage
:
upload-mr-analysis
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment