Skip to content
Snippets Groups Projects

Enable security dashboard

Files

+ 2
2
@@ -3,8 +3,8 @@
workflow:
rules:
# Don't create a pipeline if it's a commit pipeline on a branch and that branch has open merge requests
- if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
# Don't create for merge request pipelines, prevents detached pipeline
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
when: never
- when: always
Loading