Skip to content
This repository was archived by the owner on Dec 17, 2023. It is now read-only.

Commit bb8762d

Browse files
committed
adjust triggered job
1 parent addf3af commit bb8762d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,6 @@ trigger_build:
9797
allow_failure: true
9898
only:
9999
variables:
100-
- $CI_PIPELINE_SOURCE == "schedule"
100+
- $CI_COMMIT_TAG =~ /^deploy+/
101101
tags:
102102
- docker

0 commit comments

Comments
 (0)