Skip to content

Commit e832140

Browse files
committed
ci: try to optimize manual stage checker
Signed-off-by: Huaqi Fang <578567190@qq.com>
1 parent fbb4dbc commit e832140

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ cache:
213213
- freeloader
214214
- linux
215215
- u-boot
216+
- if: $CI_JOB_STAGE == "manual"
217+
when: manual
216218
tags:
217219
- env::shell
218220
- net::outside
@@ -252,8 +254,6 @@ cache:
252254
# Manual job template
253255
.build_linux_sdk_manual_template: &build_linux_sdk_manual_job_def
254256
extends: .job_rules
255-
rules:
256-
- when: manual
257257
artifacts:
258258
name: "bootimages-${SOC}-${CORE}-${BOOT_MODE}-${CI_COMMIT_SHA::8}"
259259
paths:

0 commit comments

Comments
 (0)