Skip to content
Snippets Groups Projects
Verified Commit 529239c0 authored by Burak Hançerli's avatar Burak Hançerli :headphones:
Browse files

cicd: prevent creating multiple jobs on merge requests

parent 5281d056
No related branches found
No related tags found
1 merge request!26Fix out of memory bug for mobile clients
Pipeline #73076 passed
......@@ -9,6 +9,10 @@ variables:
workflow:
name: 'Qt-${QDS_CI_QT_VERSION} - ${CI_COMMIT_MESSAGE}'
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
- if: '$CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS'
when: never
stages:
- build
......
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