Skip to content

Commit

Permalink
ci: fix manual stage rule for gitlab ci
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Dec 6, 2024
1 parent c8c7e5f commit 5bd9bbb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,7 @@ cache:
.build_linux_sdk_manual_template: &build_linux_sdk_manual_job_def
extends: .job_rules
rules:
# manual trigger this deploy job on not merge request pipeline
- if: '$CI_PIPELINE_SOURCE != "merge_request_event"'
when: manual
- when: manual
artifacts:
name: "bootimages-${SOC}-${CORE}-${BOOT_MODE}-${CI_COMMIT_SHA::8}"
paths:
Expand Down

0 comments on commit 5bd9bbb

Please sign in to comment.