There was an error while loading. Please reload this page.
1 parent 0e56c07 commit 3121205Copy full SHA for 3121205
1 file changed
.gitlab-ci.yml
@@ -13,6 +13,7 @@ test:
13
- if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
14
- if: $CI_COMMIT_TAG =~ /^v/
15
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
16
+ - if: $CI_PIPELINE_SOURCE == "web" && $SCHEDULED_JOB == "test"
17
trigger:
18
include: pipeline/test.yaml
19
strategy: depend
@@ -90,6 +91,7 @@ images:
90
91
- if: $CI_PIPELINE_SOURCE == "schedule" && $SCHEDULED_JOB == "daily_rebuild"
92
variables:
93
PUSH: "true"
94
+ - if: $CI_PIPELINE_SOURCE == "web" && $SCHEDULED_JOB == "images"
95
96
include: pipeline/image.yaml
97
0 commit comments