We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cf8f3e commit b7491b9Copy full SHA for b7491b9
.gitlab-ci/vagrant.yml
@@ -36,7 +36,7 @@ vagrant:
36
policy: pull-push # TODO: change to "pull" when not on main
37
stage: deploy-extended
38
rules:
39
- - if: $PR_LABELS =~ /.*(ci-extended|ci-full).*/
+ - if: $PR_LABELS =~ /.*ci-full.*/
40
when: on_success
41
- if: $CI_PIPELINE_SOURCE == "schedule" && $CI_PIPELINE_SCHEDULE_DESCRIPTION == "daily-ci"
42
0 commit comments