Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hivemind
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
hivemind
Commits
4ef85ed9
Commit
4ef85ed9
authored
2 years ago
by
Mateusz Żebrak
Committed by
Bartek Wrona
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Run CI when pushing but not twice when MR is open
parent
3e3a34e1
No related branches found
No related tags found
2 merge requests
!584
Changes to be delivered to master as 1.27 release
,
!558
Merge develop-haf with current develop
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yaml
+0
-8
0 additions, 8 deletions
.gitlab-ci.yaml
with
0 additions
and
8 deletions
.gitlab-ci.yaml
+
0
−
8
View file @
4ef85ed9
...
@@ -190,14 +190,6 @@ workflow:
...
@@ -190,14 +190,6 @@ workflow:
prepare_haf_image
:
prepare_haf_image
:
stage
:
build
stage
:
build
extends
:
.prepare_haf_data_5m_image
extends
:
.prepare_haf_data_5m_image
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
when
:
always
-
if
:
'
$CI_COMMIT_BRANCH
==
$CI_DEFAULT_BRANCH'
when
:
always
-
if
:
'
$CI_COMMIT_BRANCH
==
"develop"'
when
:
always
-
when
:
manual
variables
:
variables
:
SUBMODULE_DIR
:
"
$CI_PROJECT_DIR/haf"
SUBMODULE_DIR
:
"
$CI_PROJECT_DIR/haf"
REGISTRY_USER
:
"
$HAF_IMG_BUILDER_USER"
REGISTRY_USER
:
"
$HAF_IMG_BUILDER_USER"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment