Skip to content

Commit

Permalink
Merge branch 'verse-only-for-detached-merge-request-pipelines' into '…
Browse files Browse the repository at this point in the history
…dev'

Only trigger the MontiVerseCI on merge requests, not on merge trains

See merge request monticore/monticore!909
  • Loading branch information
MisterErwin committed Nov 16, 2023
2 parents e1e5a9e + f34cde4 commit a25cf62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,8 @@ trigger-montiverse-ci:
MONTICORE_BRANCH: $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME
FULL_MC: "false" # Do not run the experiments in the MontiVerse pipeline
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'

- if: $CI_PIPELINE_SOURCE == 'merge_request_event' && ($CI_MERGE_REQUEST_EVENT_TYPE == 'detached' || $CI_MERGE_REQUEST_EVENT_TYPE == 'merged_result')
pages:
stage: report
dependencies: []
Expand Down

0 comments on commit a25cf62

Please sign in to comment.