diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 24bff73..a6ed49f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,18 +20,7 @@ variables: workflow: name: "Pipeline for Merge Request: $merge_request_event" rules: - - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - variables: - PIPELINE: "release" - - if: $CI_COMMIT_REF_NAME =~ /release/ - variables: - PIPELINE: "release" - - if: $CI_COMMIT_TAG - when: never - - if: $CI_PIPELINE_SOURCE == "push" - when: never - - if: "$CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS" - when: never + - when: always Helm Lint: stage: lint