ci: Don't push to Github or deploy docs on customized pipelines

BOT_TRIGGER_WITH_LABEL must be empty (meaning all tests are running).
This commit is contained in:
Angus Gratton 2020-05-22 15:04:39 +10:00 committed by Angus Gratton
parent 20c34cac2d
commit 2ea5f522f3

View file

@ -53,9 +53,12 @@ push_to_github:
tags: tags:
- deploy - deploy
only: only:
- master refs:
- /^release\/v/ - master
- /^v\d+\.\d+(\.\d+)?($|-)/ - /^release\/v/
- /^v\d+\.\d+(\.\d+)?($|-)/
variables:
- $BOT_TRIGGER_WITH_LABEL == null
when: on_success when: on_success
dependencies: [] dependencies: []
extends: .before_script_lesser extends: .before_script_lesser