run deadlines and plagiates only on tags

This commit is contained in:
Tim Schubert 2018-05-16 20:34:40 +02:00
parent 8eaa2d86b6
commit 9f5a312dd0

View file

@ -20,6 +20,9 @@ deadlines:
script: script:
- python3 abgabesystem.py deadline $CI_COMMIT_REF_NAME - python3 abgabesystem.py deadline $CI_COMMIT_REF_NAME
only:
- tags
plagiates: plagiates:
stage: plagiates stage: plagiates
tags: tags:
@ -32,6 +35,9 @@ plagiates:
paths: paths:
- results/ - results/
only:
- tags
sync: sync:
stage: sync stage: sync
tags: tags: