Skip to content

Commit 3121205

Browse files
committed
Added manual triggers
1 parent 0e56c07 commit 3121205

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ test:
1313
- if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
1414
- if: $CI_COMMIT_TAG =~ /^v/
1515
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
16+
- if: $CI_PIPELINE_SOURCE == "web" && $SCHEDULED_JOB == "test"
1617
trigger:
1718
include: pipeline/test.yaml
1819
strategy: depend
@@ -90,6 +91,7 @@ images:
9091
- if: $CI_PIPELINE_SOURCE == "schedule" && $SCHEDULED_JOB == "daily_rebuild"
9192
variables:
9293
PUSH: "true"
94+
- if: $CI_PIPELINE_SOURCE == "web" && $SCHEDULED_JOB == "images"
9395
trigger:
9496
include: pipeline/image.yaml
9597
strategy: depend

0 commit comments

Comments
 (0)