*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 8327f2e9 authored by Moser, Maximilian's avatar Moser, Maximilian
Browse files

Align triggers for test & sonarqube jobs

* because sonarqube needs the coverage.xml artifact from the test run
parent 2da06984
No related branches found
No related tags found
1 merge request!158Align triggers for test & sonarqube jobs
...@@ -39,7 +39,7 @@ sonarqube-check: ...@@ -39,7 +39,7 @@ sonarqube-check:
allow_failure: true allow_failure: true
rules: rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event' - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_TAG =~ /^v\d+/
pypi-release: pypi-release:
stage: release stage: release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment