Skip to content
Snippets Groups Projects

Enable security dashboard

Closed Corné Lukken requested to merge enable-security-dashboard into main
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -3,9 +3,9 @@
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
# when: never
# Don't create for merge request pipelines, prevents detached pipeline
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
when: never
- when: always
# Set to 1 to force a rebuild of the Docker image
Loading