We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8c7e5f commit 5bd9bbbCopy full SHA for 5bd9bbb
.gitlab-ci.yml
@@ -253,9 +253,7 @@ cache:
253
.build_linux_sdk_manual_template: &build_linux_sdk_manual_job_def
254
extends: .job_rules
255
rules:
256
- # manual trigger this deploy job on not merge request pipeline
257
- - if: '$CI_PIPELINE_SOURCE != "merge_request_event"'
258
- when: manual
+ - when: manual
259
artifacts:
260
name: "bootimages-${SOC}-${CORE}-${BOOT_MODE}-${CI_COMMIT_SHA::8}"
261
paths:
0 commit comments