Skip to content

Commit c06ee54

Browse files
SSI smoke tests should only run as part of nightly (#8914)
1 parent 9abbd29 commit c06ee54

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,9 @@ test_smoke:
557557

558558
test_ssi_smoke:
559559
extends: .test_job
560-
rules: *master_only
560+
rules:
561+
- if: $CI_PIPELINE_SOURCE == "schedule"
562+
when: on_success
561563
variables:
562564
GRADLE_TARGET: "stageMainDist :smokeTest"
563565
CACHE_TYPE: "smoke"

0 commit comments

Comments
 (0)