Commit 8ae2080e authored by Matija Čupić's avatar Matija Čupić

Merge branch 'container_scanning_duplicate_pipeline' into 'master'

Avoid duplicate pipeline due to container scanning job

See merge request gitlab-org/gitlab!62810
parents 174bbef0 e73a482e
......@@ -40,4 +40,5 @@ container_scanning:
rules:
- if: $CONTAINER_SCANNING_DISABLED
when: never
- if: $GITLAB_FEATURES =~ /\bcontainer_scanning\b/
- if: $CI_COMMIT_BRANCH &&
$GITLAB_FEATURES =~ /\bcontainer_scanning\b/
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment