Commit e73a482e authored by Mathieu Parent's avatar Mathieu Parent

Avoid duplicate pipeline due to container scanning job

Regression introduced by https://gitlab.com/gitlab-org/gitlab/-/merge_requests/61850
parent 7491fc11
......@@ -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