Skip to content
Snippets Groups Projects
Commit 4ef85ed9 authored by Mateusz Żebrak's avatar Mateusz Żebrak Committed by Bartek Wrona
Browse files

Run CI when pushing but not twice when MR is open

parent 3e3a34e1
No related branches found
No related tags found
2 merge requests!584Changes to be delivered to master as 1.27 release,!558Merge develop-haf with current develop
...@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment