Skip to content
Snippets Groups Projects
Verified Commit b5ca3a95 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

ci(charts): Add condition to run helm-unittest when changing gitlab-ci

parent 6c01643b
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@ chart-helm-lint:
changes:
paths:
- charts/${CHART}/**/*
- charts/.utils/**/*
compare_to: main
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "push"'
changes:
......@@ -61,6 +62,7 @@ chart-helm-unittest:
changes:
paths:
- charts/${CHART}/**/*
- charts/.utils/**/*
compare_to: main
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "push"'
changes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment