diff --git a/.gitlab-ci/vagrant.yml b/.gitlab-ci/vagrant.yml index cc29a98e6..4ff78bb02 100644 --- a/.gitlab-ci/vagrant.yml +++ b/.gitlab-ci/vagrant.yml @@ -36,7 +36,7 @@ vagrant: policy: pull-push # TODO: change to "pull" when not on main stage: deploy-extended rules: - - if: $PR_LABELS =~ /.*(ci-extended|ci-full).*/ + - if: $PR_LABELS =~ /.*ci-full.*/ when: on_success - if: $CI_PIPELINE_SOURCE == "schedule" && $CI_PIPELINE_SCHEDULE_DESCRIPTION == "daily-ci" when: on_success