IAP GITLAB

Skip to content
Snippets Groups Projects
Commit b304f38d authored by Ralf Ulrich's avatar Ralf Ulrich
Browse files

Merge branch 'coverage_on_master' into 'master'

prevent optional job duplication

See merge request !144
parents 60cbb8b2 2a3f5d10
No related branches found
No related tags found
No related merge requests found
......@@ -166,9 +166,12 @@ release-clang-8:
paths:
- build/coverage-report.tar.gz
coverage: # special manual job to run after normal pipeline finished
coverage: # special manual job to run after normal pipeline on branch finished
<<: *coverage_job
when: manual
except:
refs:
- master
coverage_master: # special job to run on master banch changes
<<: *coverage_job
......
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