Browse Source

Allow vagrant jobs to be triggered manually in Gitlab UI (#12349)

pull/12381/head
Max Gautier 2 months ago
committed by GitHub
parent
commit
6354aa686e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions
  1. 2
      .gitlab-ci/vagrant.yml

2
.gitlab-ci/vagrant.yml

@ -40,6 +40,8 @@ vagrant:
when: on_success
- if: $CI_PIPELINE_SOURCE == "schedule" && $CI_PIPELINE_SCHEDULE_DESCRIPTION == "daily-ci"
when: on_success
- when: manual
allow_failure: true
parallel:
matrix:
- TESTCASE:

Loading…
Cancel
Save