Skip to content
Snippets Groups Projects

Enable security dashboard

Closed Corné Lukken requested to merge enable-security-dashboard into main
2 files
+ 23
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 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