diff options
author | drebs <drebs@riseup.net> | 2017-10-09 08:04:59 -0300 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2017-10-09 08:04:59 -0300 |
commit | 22f10863d44d4300ae8ebdf86bbffc6cbc5ab399 (patch) | |
tree | b339ed83997727cd8f1eef56d4c3f16e637fe41b /.gitlab-ci.yml | |
parent | b18887a7492eaaddc3a3f30676e9340d80b44247 (diff) |
[test] run benchmarks only on schedules pipeline runs
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 21458c1b..654d5381 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -144,6 +144,8 @@ package:amd64_zesty: .job_template: &benchmark stage: benchmarks + only: + - schedules image: 0xacab.org:4567/leap/soledad:latest tags: - benchmark |