Skip to content

Commit 1205c9a

Browse files
authored
Revert "SSI smoke tests should only run as part of nightly (#8914)" (#8924)
This reverts commit c06ee54.
1 parent a9208b0 commit 1205c9a

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
@@ -557,9 +557,7 @@ test_smoke:
557557

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

0 commit comments

Comments
 (0)