Skip to content

Commit 5bd9bbb

Browse files
committed
ci: fix manual stage rule for gitlab ci
Signed-off-by: Huaqi Fang <578567190@qq.com>
1 parent c8c7e5f commit 5bd9bbb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,7 @@ cache:
253253
.build_linux_sdk_manual_template: &build_linux_sdk_manual_job_def
254254
extends: .job_rules
255255
rules:
256-
# manual trigger this deploy job on not merge request pipeline
257-
- if: '$CI_PIPELINE_SOURCE != "merge_request_event"'
258-
when: manual
256+
- when: manual
259257
artifacts:
260258
name: "bootimages-${SOC}-${CORE}-${BOOT_MODE}-${CI_COMMIT_SHA::8}"
261259
paths:

0 commit comments

Comments
 (0)