Skip to content
Snippets Groups Projects
Commit 12606f7b authored by Corné Lukken's avatar Corné Lukken
Browse files

Disable detached pipeline prevention rule

parent b90666ff
No related branches found
No related tags found
3 merge requests!8Convert cookiecutter,!7Expand documentation and enable security dashboards,!6Enable security dashboard
Pipeline #59630 waiting for manual action
......@@ -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 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
- when: always
# Set to 1 to force a rebuild of the Docker image
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment