Skip to content
Snippets Groups Projects
Commit c2008a6a authored by Dennis Gläser's avatar Dennis Gläser
Browse files

[ci] manual trigger pipeline only when not scheduled

parent 2a45972f
No related branches found
No related tags found
1 merge request!2575[ci] manual trigger pipeline only when not scheduled
Pipeline #3582 waiting for manual action
...@@ -38,6 +38,8 @@ select-pipeline: ...@@ -38,6 +38,8 @@ select-pipeline:
- pipeline-config.yml - pipeline-config.yml
expire_in: 3 hours expire_in: 3 hours
rules: rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
when: always
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when: manual when: manual
- if: $CI_PIPELINE_SOURCE == "merge_request_event" - if: $CI_PIPELINE_SOURCE == "merge_request_event"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment